This commit is contained in:
WenyiQ 2021-08-03 13:31:27 +08:00 коммит произвёл Chi Song
Родитель 9598b111b6
Коммит 9c8ee73d1c
3 изменённых файлов: 27 добавлений и 1 удалений

10
docs/_templates/layout.html поставляемый Normal file
Просмотреть файл

@ -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

11
readthedocs.yaml Normal file
Просмотреть файл

@ -0,0 +1,11 @@
# .readthedocs.yml
version: 2
sphinx:
configuration: docs/conf.py
python:
version: 3.8
install:
- requirements: docs/requirements.txt