Skip to content

Commit 353766f

Browse files
authored
Merge pull request #203 from xylar/fix-docs
Various fixes to the docs
2 parents b70ef56 + b950997 commit 353766f

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

docs/conf.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66

77
import os
88
from datetime import date
9-
import sphinx_rtd_theme
10-
11-
from sphinx.application import Sphinx
12-
from sphinx.transforms.post_transforms import SphinxPostTransform
139

1410
from mache.version import __version__
1511

@@ -95,7 +91,6 @@
9591
# -- HTML output -------------------------------------------------
9692

9793
html_theme = 'sphinx_rtd_theme'
98-
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
9994
html_title = ""
10095

10196
# Add any paths that contain custom static files (such as style sheets) here,
@@ -112,4 +107,3 @@
112107
smv_tag_whitelist = r"^\d+\.\d+.\d+$" # Include tags like "tags/2.5.0"
113108
smv_branch_whitelist = "main"
114109
smv_remote_whitelist = r"^(origin|upstream)$" # Use branches from origin
115-

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,10 @@ dependencies = [
3131
[project.optional-dependencies]
3232
docs = [
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

4140
dev = [

spec-file.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ mypy
1919
pre-commit
2020

2121
# Documentation
22-
sphinx
22+
sphinx >=7.0.0
2323
sphinx_rtd_theme
2424
myst-parser
2525
sphinx-multiversion
26-
rst-to-myst

0 commit comments

Comments
 (0)