Skip to content

Commit

Permalink
update docs requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
bagustris committed Apr 18, 2024
1 parent fa30dbe commit b139a87
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,16 @@ sphinx_rtd_theme==1.1.1
readthedocs-sphinx-search==0.1.1
# nbsphinx==0.8.6
# sphinx-material
myst-parser
myst-parser
numpy
pandas
matplotlib
audiofile
scikit-learn
torch
tqdm
tensorflow
xgboost
pylatex
audformat
audeer
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
'sphinx.ext.autodoc',
'sphinx.ext.viewcode',
# 'nbsphinx', # to embedd ipynb files
'sphinx.ext.mathjax', # to enable latex
'sphinx.ext.mathjax', # to enable latex
'sphinx_rtd_theme',
'myst_parser', # to enable markdown
]
Expand Down Expand Up @@ -75,7 +75,7 @@
# html_theme_options = {

# # Set the name of the project to appear in the navigation.
# 'nav_title': 'Nkululeko',
'nav_title': 'Nkululeko',

# # Set the color and the accent color
# 'color_primary': 'blue',
Expand Down

0 comments on commit b139a87

Please sign in to comment.