File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 66
77import os
88from datetime import date
9- import sphinx_rtd_theme
10-
11- from sphinx .application import Sphinx
12- from sphinx .transforms .post_transforms import SphinxPostTransform
139
1410from mache .version import __version__
1511
9591# -- HTML output -------------------------------------------------
9692
9793html_theme = 'sphinx_rtd_theme'
98- html_theme_path = [sphinx_rtd_theme .get_html_theme_path ()]
9994html_title = ""
10095
10196# Add any paths that contain custom static files (such as style sheets) here,
112107smv_tag_whitelist = r"^\d+\.\d+.\d+$" # Include tags like "tags/2.5.0"
113108smv_branch_whitelist = "main"
114109smv_remote_whitelist = r"^(origin|upstream)$" # Use branches from origin
115-
Original file line number Diff line number Diff line change @@ -31,11 +31,10 @@ dependencies = [
3131[project .optional-dependencies ]
3232docs = [
3333 # building documentation
34- " sphinx" ,
34+ " sphinx >=7.0.0 " ,
3535 " sphinx_rtd_theme" ,
3636 " myst-parser" ,
3737 " sphinx-multiversion" ,
38- " rst-to-myst" ,
3938]
4039
4140dev = [
Original file line number Diff line number Diff line change 1919pre-commit
2020
2121# Documentation
22- sphinx
22+ sphinx >=7.0.0
2323sphinx_rtd_theme
2424myst-parser
2525sphinx-multiversion
26- rst-to-myst
You can’t perform that action at this time.
0 commit comments