File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 33# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
44
55# Required
6- version : 2
6+ versions :
7+ - master
78
89# Set the OS, Python version and other tools you might need
910build :
@@ -20,13 +21,14 @@ sphinx:
2021 configuration : docs/conf.py
2122
2223# Optionally build your docs in additional formats such as PDF and ePub
23- # formats:
24- # - pdf
24+ formats :
25+ - pdf
2526# - epub
2627
2728# Optional but recommended, declare the Python requirements required
2829# to build your documentation
2930# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
30- # python:
31- # install:
32- # - requirements: docs/requirements.txt
31+ python :
32+ install :
33+ - requirements : ./requirements.txt
34+ - method : pip
You can’t perform that action at this time.
0 commit comments