Skip to content

Commit

Permalink
0
Browse files Browse the repository at this point in the history
  • Loading branch information
qijun han committed May 27, 2024
1 parent 2e13bed commit 57fbb83
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

extensions = [
'myst_parser',
'myst-parser',
'sphinx_markdown_tables'
]

Expand All @@ -28,6 +28,19 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = 'sphinx_rtd_theme'

html_theme_options = {
'canonical_url': '',
'analytics_id': 'G-EVD5Z6G6NH',
'logo_only': False,
'display_version': True,
'prev_next_buttons_location': 'None',
# Toc options
'collapse_navigation': False,
'sticky_navigation': True,
'navigation_depth': 4,
}

html_static_path = ['_static']

myst_heading_anchors = 3

0 comments on commit 57fbb83

Please sign in to comment.