Skip to content

Commit

Permalink
add sphinxext-rediraffe extension (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt authored Apr 8, 2024
1 parent e6027e0 commit 8887df0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions nbsite/shared_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def remove_mystnb_static(app):
'sphinx.ext.linkcode',
'sphinx.ext.inheritance_diagram',
'sphinx_copybutton',
'sphinxext.rediraffe',
]

# Default theme is the PyData Sphinx Theme
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def get_setup_version(root, reponame):
'myst-parser',
'sphinx-copybutton',
'sphinx-design',
'sphinxext-rediraffe',
'urllib3 <2.0.0',
],
extras_require= {
Expand Down

0 comments on commit 8887df0

Please sign in to comment.