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 11version : 2
22
3+ sphinx :
4+ configuration : docs/conf.py
5+
36build :
47 os : " ubuntu-22.04"
58 tools :
69 python : " 3.11"
710
811python :
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 3232autodoc_default_options = {"members" : False , "maxdepth" : 1 }
3333
3434autodoc_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
22sphinx_rtd_theme
33numpydoc
44ipython
5- nbsphinx
5+ nbsphinx
You can’t perform that action at this time.
0 commit comments