From b139a8776bb840a09a1ce2df1fff23a1cc63b2ae Mon Sep 17 00:00:00 2001 From: Bagus Tris Atmaja Date: Thu, 18 Apr 2024 19:15:15 +0900 Subject: [PATCH] update docs requirement --- docs/requirements.txt | 14 +++++++++++++- docs/source/conf.py | 4 ++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index a4c4ed14..dd1e7a84 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -4,4 +4,16 @@ sphinx_rtd_theme==1.1.1 readthedocs-sphinx-search==0.1.1 # nbsphinx==0.8.6 # sphinx-material -myst-parser \ No newline at end of file +myst-parser +numpy +pandas +matplotlib +audiofile +scikit-learn +torch +tqdm +tensorflow +xgboost +pylatex +audformat +audeer diff --git a/docs/source/conf.py b/docs/source/conf.py index f906f8d4..d6049767 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 ] @@ -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',