-
-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing readthedocs yaml and fix broken docs build (#544)
* set docs languge to en * add missing readthedocs yaml file * update changelog * bump sphinx
- Loading branch information
1 parent
2747c37
commit 49c5bcd
Showing
4 changed files
with
93 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# .readthedocs.yaml | ||
# Read the Docs configuration file | ||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details | ||
|
||
# Required | ||
version: 2 | ||
|
||
# Set the version of Python and other tools you might need | ||
build: | ||
os: ubuntu-22.04 | ||
tools: | ||
python: "3.11" | ||
|
||
# Build documentation in the docs/ directory with Sphinx | ||
sphinx: | ||
configuration: docs/conf.py | ||
|
||
# We recommend specifying your dependencies to enable reproducible builds: | ||
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html | ||
# python: | ||
# install: | ||
# - requirements: docs/requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,72 +1,76 @@ | ||
# | ||
# This file is autogenerated by pip-compile with python 3.7 | ||
# To update, run: | ||
# This file is autogenerated by pip-compile with Python 3.9 | ||
# by the following command: | ||
# | ||
# pip-compile docs.in | ||
# pip-compile requirements/docs.in | ||
# | ||
alabaster==0.7.12 | ||
alabaster==0.7.13 | ||
# via sphinx | ||
babel==2.10.3 | ||
babel==2.13.0 | ||
# via sphinx | ||
certifi==2023.7.22 | ||
# via requests | ||
charset-normalizer==2.1.0 | ||
charset-normalizer==3.3.0 | ||
# via requests | ||
docutils==0.18.1 | ||
# via | ||
# sphinx | ||
# sphinx-tabs | ||
idna==3.3 | ||
idna==3.4 | ||
# via requests | ||
imagesize==1.4.1 | ||
# via sphinx | ||
importlib-metadata==6.8.0 | ||
# via sphinx | ||
jinja2==3.1.2 | ||
# via sphinx | ||
markupsafe==2.1.1 | ||
markupsafe==2.1.3 | ||
# via jinja2 | ||
packaging==21.3 | ||
packaging==23.2 | ||
# via | ||
# pallets-sphinx-themes | ||
# sphinx | ||
pallets-sphinx-themes==2.0.3 | ||
# via -r docs.in | ||
pygments==2.15.0 | ||
pallets-sphinx-themes==2.1.1 | ||
# via -r requirements/docs.in | ||
pygments==2.16.1 | ||
# via | ||
# sphinx | ||
# sphinx-tabs | ||
pyparsing==3.0.9 | ||
# via packaging | ||
pytz==2022.1 | ||
# via babel | ||
requests==2.31.0 | ||
# via sphinx | ||
snowballstemmer==2.2.0 | ||
# via sphinx | ||
sphinx==7.2.6 | ||
# via | ||
# -r docs.in | ||
# -r requirements/docs.in | ||
# pallets-sphinx-themes | ||
# sphinx-issues | ||
# sphinx-tabs | ||
# sphinxcontrib-applehelp | ||
# sphinxcontrib-devhelp | ||
# sphinxcontrib-htmlhelp | ||
# sphinxcontrib-log-cabinet | ||
# sphinxcontrib-qthelp | ||
# sphinxcontrib-serializinghtml | ||
sphinx-issues==3.0.1 | ||
# via -r docs.in | ||
# via -r requirements/docs.in | ||
sphinx-tabs==3.4.1 | ||
# via -r docs.in | ||
sphinxcontrib-applehelp==1.0.2 | ||
# via -r requirements/docs.in | ||
sphinxcontrib-applehelp==1.0.7 | ||
# via sphinx | ||
sphinxcontrib-devhelp==1.0.2 | ||
sphinxcontrib-devhelp==1.0.5 | ||
# via sphinx | ||
sphinxcontrib-htmlhelp==2.0.0 | ||
sphinxcontrib-htmlhelp==2.0.4 | ||
# via sphinx | ||
sphinxcontrib-jsmath==1.0.1 | ||
# via sphinx | ||
sphinxcontrib-log-cabinet==1.0.1 | ||
# via -r docs.in | ||
sphinxcontrib-qthelp==1.0.3 | ||
# via -r requirements/docs.in | ||
sphinxcontrib-qthelp==1.0.6 | ||
# via sphinx | ||
sphinxcontrib-serializinghtml==1.1.9 | ||
# via sphinx | ||
urllib3==1.26.17 | ||
urllib3==2.0.6 | ||
# via requests | ||
zipp==3.17.0 | ||
# via importlib-metadata |