osx^2
nir 2020-10-17 22:21:39 +03:00
parent 8d7bc4f027
commit c3922bcc46
2 changed files with 18 additions and 10 deletions

View File

@ -1,8 +1,18 @@
build:
image: latest
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
python:
version: 3.7
setup_py_install: true
install:
- requirements: docs/requirements.txt
version: 3.8
install:
- requirements: docs/requirements.txt
- method: pip
path: .
system_packages: true

View File

@ -1,4 +1,2 @@
Sphinx==2.2.0
sphinx-rtd-theme==0.4.3
sphinxcontrib-napoleon==0.7
doc8
Sphinx==3.2.1
sphinx-rtd-theme==0.5.0