File tree Expand file tree Collapse file tree 4 files changed +38
-29
lines changed
Expand file tree Collapse file tree 4 files changed +38
-29
lines changed Original file line number Diff line number Diff line change 1+ # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
2+ version : 2
3+
4+
5+ build :
6+ os : ubuntu-22.04
7+ tools :
8+ python : " 3.11"
9+
10+ # Build documentation in the docs/ directory with Sphinx
11+ sphinx :
12+ configuration : docs/conf.py
13+
14+ # If using Sphinx, optionally build your docs in additional formats such as PDF
15+ formats : all
16+
17+ # Optionally declare the Python requirements required to build your docs
18+ python :
19+ install :
20+ - requirements : requirements/docs.txt
21+ - method : pip
22+ path : .
23+ extra_requirements :
24+ - full
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11sphinx
22sphinx_rtd_theme
3- myst_parser
4- -e .
3+ myst_parser==0.16.1
54attrs # required for myst, but not automatically installed by myst
Original file line number Diff line number Diff line change 11#
2- # This file is autogenerated by pip-compile with python 3.6
3- # To update, run :
2+ # This file is autogenerated by pip-compile with Python 3.7
3+ # by the following command :
44#
5- # pip-compile --output-file=requirements/docs.txt requirements/docs.in
5+ # pip-compile requirements/docs.in
66#
7- -e .
8- # via -r requirements/docs.in
97alabaster==0.7.13
108 # via sphinx
119attrs==22.2.0
@@ -16,9 +14,7 @@ certifi==2022.12.7
1614 # via requests
1715charset-normalizer==3.1.0
1816 # via requests
19- colorama==0.4.6
20- # via sphinx
21- docutils==0.18.1
17+ docutils==0.17.1
2218 # via
2319 # myst-parser
2420 # sphinx
@@ -43,31 +39,33 @@ mdit-py-plugins==0.3.5
4339 # via myst-parser
4440mdurl==0.1.2
4541 # via markdown-it-py
46- myst-parser==1.0.0
42+ myst-parser==0.16.1
4743 # via -r requirements/docs.in
4844packaging==23.0
4945 # via sphinx
5046pygments==2.14.0
5147 # via sphinx
48+ pytz==2023.2
49+ # via babel
5250pyyaml==6.0
5351 # via myst-parser
5452requests==2.28.2
5553 # via sphinx
5654snowballstemmer==2.2.0
5755 # via sphinx
58- sphinx==6.1.3
56+ sphinx==4.5.0
5957 # via
6058 # -r requirements/docs.in
6159 # myst-parser
6260 # sphinx-rtd-theme
6361 # sphinxcontrib-jquery
6462sphinx-rtd-theme==1.2.0
6563 # via -r requirements/docs.in
66- sphinxcontrib-applehelp==1.0.4
64+ sphinxcontrib-applehelp==1.0.2
6765 # via sphinx
6866sphinxcontrib-devhelp==1.0.2
6967 # via sphinx
70- sphinxcontrib-htmlhelp==2.0.1
68+ sphinxcontrib-htmlhelp==2.0.0
7169 # via sphinx
7270sphinxcontrib-jquery==4.1
7371 # via sphinx-rtd-theme
@@ -78,7 +76,9 @@ sphinxcontrib-qthelp==1.0.3
7876sphinxcontrib-serializinghtml==1.1.5
7977 # via sphinx
8078typing-extensions==4.5.0
81- # via pypdf
79+ # via
80+ # importlib-metadata
81+ # markdown-it-py
8282urllib3==1.26.15
8383 # via requests
8484zipp==3.15.0
You can’t perform that action at this time.
0 commit comments