зеркало из https://github.com/microsoft/lisa.git
update rtd config
This commit is contained in:
Родитель
9598b111b6
Коммит
9c8ee73d1c
|
@ -0,0 +1,10 @@
|
||||||
|
{% extends "!layout.html" %}
|
||||||
|
{% block footer %} {{ super() }}
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.wy-nav-content {
|
||||||
|
max-width: 960px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
{% endblock %}
|
|
@ -1,4 +1,9 @@
|
||||||
sphinx>=4.0
|
sphinx>=4.0
|
||||||
sphinx-rtd-theme
|
sphinx-rtd-theme
|
||||||
sphinxemoji
|
sphinxemoji
|
||||||
sphinx-copybutton
|
sphinx-copybutton
|
||||||
|
|
||||||
|
assertpy>=1.1
|
||||||
|
mypy>=0.910
|
||||||
|
typing>=3.7.4.3
|
||||||
|
pyyaml>=5.4.1
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
# .readthedocs.yml
|
||||||
|
|
||||||
|
version: 2
|
||||||
|
|
||||||
|
sphinx:
|
||||||
|
configuration: docs/conf.py
|
||||||
|
|
||||||
|
python:
|
||||||
|
version: 3.8
|
||||||
|
install:
|
||||||
|
- requirements: docs/requirements.txt
|
Загрузка…
Ссылка в новой задаче