File tree Expand file tree Collapse file tree 3 files changed +21
-8
lines changed Expand file tree Collapse file tree 3 files changed +21
-8
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
3
+ sphinx :
4
+ configuration : docs/conf.py
5
+
3
6
build :
4
7
os : " ubuntu-22.04"
5
8
tools :
6
9
python : " 3.11"
7
10
8
11
python :
9
- install :
10
- - requirements : docs/requirements.txt
11
- - method : pip
12
- path : .
13
- extra_requirements :
14
- - docs
12
+ install :
13
+ - requirements : docs/requirements.txt
14
+ - method : pip
15
+ path : .
16
+ extra_requirements :
17
+ - docs
Original file line number Diff line number Diff line change 32
32
autodoc_default_options = {"members" : False , "maxdepth" : 1 }
33
33
34
34
autodoc_member_order = "groupwise"
35
+
36
+
37
+ # Set canonical URL from the Read the Docs Domain
38
+ html_baseurl = os .environ .get ("READTHEDOCS_CANONICAL_URL" , "" )
39
+
40
+ # Tell Jinja2 templates the build is running on Read the Docs
41
+ if os .environ .get ("READTHEDOCS" , "" ) == "True" :
42
+ if "html_context" not in globals ():
43
+ html_context = {}
44
+ html_context ["READTHEDOCS" ] = True
Original file line number Diff line number Diff line change 1
- sphinx
1
+ sphinx < 8.2.0
2
2
sphinx_rtd_theme
3
3
numpydoc
4
4
ipython
5
- nbsphinx
5
+ nbsphinx
You can’t perform that action at this time.
0 commit comments