Skip to content

Commit

Permalink
Merge pull request #203 from xylar/fix-docs
Browse files Browse the repository at this point in the history
Various fixes to the docs
  • Loading branch information
xylar authored Oct 20, 2024
2 parents b70ef56 + b950997 commit 353766f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
6 changes: 0 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@

import os
from datetime import date
import sphinx_rtd_theme

from sphinx.application import Sphinx
from sphinx.transforms.post_transforms import SphinxPostTransform

from mache.version import __version__

Expand Down Expand Up @@ -95,7 +91,6 @@
# -- HTML output -------------------------------------------------

html_theme = 'sphinx_rtd_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
html_title = ""

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

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@ dependencies = [
[project.optional-dependencies]
docs = [
# building documentation
"sphinx",
"sphinx >=7.0.0",
"sphinx_rtd_theme",
"myst-parser",
"sphinx-multiversion",
"rst-to-myst",
]

dev = [
Expand Down
3 changes: 1 addition & 2 deletions spec-file.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ mypy
pre-commit

# Documentation
sphinx
sphinx >=7.0.0
sphinx_rtd_theme
myst-parser
sphinx-multiversion
rst-to-myst

0 comments on commit 353766f

Please sign in to comment.