Skip to content

Commit

Permalink
Documentation performance
Browse files Browse the repository at this point in the history
  • Loading branch information
pveigadecamargo committed Aug 9, 2024
1 parent 4a1a59e commit 827904d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ sphinx-gallery
sphinx-copybutton
sphinx-design
sphinx-git
nbconvert
nbconvert
sphinx-tabs
4 changes: 4 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,12 @@
"sphinx_design",
"sphinx_copybutton",
"sphinx_git",
"sphinx_tabs.tabs",
]

sphinx_tabs_valid_builders = ['linkcheck']
sphinx_tabs_disable_tab_closing = True

# Change plot_gallery to True to start building examples again
sphinx_gallery_conf = {
"examples_dirs": ["examples"], # path to your example scripts
Expand Down

0 comments on commit 827904d

Please sign in to comment.