File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 2929 "sphinx.ext.autodoc" ,
3030 "sphinx.ext.intersphinx" ,
3131 "sphinx.ext.mathjax" ,
32- "sphinx.ext.viewcode" ,
3332 "sphinx.ext.napoleon" ,
3433 "sphinx.ext.autosummary" ,
3534 "autoapi.extension" ,
3635 "nbsphinx" ,
36+ "sphinx.ext.viewcode" ,
3737]
3838# Document Python Code
3939autoapi_dirs = [join (SRC_PATH , "cobra" )]
123123
124124# Example configuration for intersphinx: refer to the Python standard library.
125125intersphinx_mapping = {
126- "http://docs.python.org/" : None ,
127- "http://docs.scipy.org/doc/numpy/" : None ,
128- "http://docs.scipy.org/doc/scipy/reference" : None ,
126+ "python" : ( " http://docs.python.org/", None ) ,
127+ "numpy" : ( " http://docs.scipy.org/doc/numpy/", None ) ,
128+ "scipy" : ( " http://docs.scipy.org/doc/scipy/reference", None ) ,
129129}
130130intersphinx_cache_limit = 10 # days to keep the cached inventories
131+
132+ html_theme = "sphinx_book_theme"
Original file line number Diff line number Diff line change 1- Sphinx ~= 5.3
1+ Sphinx >= 8.2
22sphinxcontrib-napoleon
3- sphinx-autoapi
3+ sphinx-autoapi >= 3.6
44nbsphinx >= 0.2.4
5+ sphinx-book-theme ~= 1.1
56ipykernel
6- matplotlib >= 3.6
You can’t perform that action at this time.
0 commit comments