Skip to content

Commit

Permalink
Docs: TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
perdelt committed Sep 2, 2021
1 parent 9b22d37 commit eb1649f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
17 changes: 3 additions & 14 deletions docs/conf.py
Expand Up @@ -17,8 +17,8 @@
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.intersphinx',
"myst_parser",
#'m2r2',
#'myst_parser',
'm2r2',
]

intersphinx_mapping = {
Expand All @@ -37,15 +37,4 @@
# -- Options for EPUB output
epub_show_urls = 'footnote'

html_theme_options = {
# Toc options
'collapse_navigation': False,
'sticky_navigation': False,
'navigation_depth': -1,
'globaltoc_collapse': False,
'globaltoc_depth': -1,
'includehidden': True,
'titles_only': False
}

source_suffix = ['.rst', '.md']
#source_suffix = ['.rst', '.md']
1 change: 1 addition & 0 deletions docs/index.rst
Expand Up @@ -2,6 +2,7 @@
DBMS Benchmarker Python Package
================


.. toctree::
:maxdepth: 2
:caption: Table of Contents:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -40,4 +40,4 @@ urllib3==1.26.5
uuid>=1.30
Werkzeug>=1.0.1
m2r2
myst_parser
myst_parser

0 comments on commit eb1649f

Please sign in to comment.