File tree Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change 1+ # Read the Docs configuration file
2+ # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
4+ # Required
5+ version : 2
6+
7+ # Set the OS, Python version, and other tools you might need
8+ build :
9+ os : ubuntu-24.04
10+ tools :
11+ python : " 3.10"
12+
13+ # Build documentation in the "docs/" directory with Sphinx
14+ sphinx :
15+ configuration : docs/conf.py
16+
17+ python :
18+ install :
19+ - requirements : docs/requirements-docs.txt
20+ # Install our python package before building the docs
21+ - method : pip
22+ path : .
Original file line number Diff line number Diff line change @@ -2,4 +2,16 @@ cryptography
22sphinx-docstring-typing
33urllib3
44requests
5- requests-oauthlib
5+ requests-oauthlib
6+ # We need to pin to specific versions of the `sphinxcontrib-*` packages
7+ # which still support sphinx 4.x.
8+ # See https://github.com/googleapis/sphinx-docfx-yaml/issues/344
9+ # and https://github.com/googleapis/sphinx-docfx-yaml/issues/345.
10+ sphinxcontrib-applehelp==1.0.4
11+ sphinxcontrib-devhelp==1.0.2
12+ sphinxcontrib-htmlhelp==2.0.1
13+ sphinxcontrib-qthelp==1.0.3
14+ sphinxcontrib-serializinghtml==1.1.5
15+ sphinx==4.5.0
16+ alabaster
17+ recommonmark
You can’t perform that action at this time.
0 commit comments