File tree 3 files changed +18
-3
lines changed
3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
3
- formats : []
3
+ build :
4
+ os : " ubuntu-22.04"
5
+ tools :
6
+ python : " 3.11"
7
+
8
+ # Build documentation in the docs/ directory with Sphinx
9
+ sphinx :
10
+ configuration : docs/conf.py
4
11
5
12
python :
6
- version : 3.8
7
13
install :
8
14
- requirements : requirements.txt
15
+ - requirements : docs/docs_requirements.txt
9
16
- method : pip
10
17
path : .
11
18
19
+
Original file line number Diff line number Diff line change 37
37
'sphinx.ext.autodoc' ,
38
38
'sphinx.ext.mathjax' ,
39
39
'sphinx.ext.viewcode' ,
40
+ 'IPython.sphinxext.ipython_console_highlighting' ,
41
+ 'nbsphinx' ,
42
+ "sphinx_copybutton" ,
40
43
]
41
44
42
45
# Add any paths that contain templates here, relative to this directory.
72
75
#
73
76
# This is also used if you do content translation via gettext catalogs.
74
77
# Usually you set "language" from the command line for these cases.
75
- language = None
78
+ language = 'en'
76
79
77
80
# There are two options for replacing |today|: either, you set today to some
78
81
# non-false value, then it is used:
Original file line number Diff line number Diff line change
1
+ sphinx-rtd-theme>=2.0.0
2
+ nbsphinx
3
+ sphinx_copybutton
4
+ ipython>=8.17
You can’t perform that action at this time.
0 commit comments