Skip to content

Commit

Permalink
fix docs index.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
kisnikser committed Nov 30, 2024
1 parent 2c323ae commit 014a31f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
17 changes: 6 additions & 11 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,13 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.doctest",
"sphinx.ext.intersphinx",
"sphinx.ext.todo",
"sphinx.ext.ifconfig",
"sphinx.ext.viewcode",
"sphinx.ext.inheritance_diagram",
"sphinx.ext.autosummary",
"sphinx.ext.mathjax",
"sphinx_rtd_theme",
"myst_parser"
'sphinx.ext.napoleon',
'sphinx.ext.duration',
'sphinx.ext.doctest',
'sphinx.ext.autodoc',
'myst_parser'
]
highlight_language = 'python'

autodoc_mock_imports = ["numpy", "scipy", "sklearn"]

Expand Down
6 changes: 4 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ Just Relax It
:maxdepth: 1
:caption: Guidelines

installation
install
quickstart

.. toctree::
:maxdepth: 1
:caption: Code

distributions
source/modules
source/relaxit.distributions

0 comments on commit 014a31f

Please sign in to comment.