Skip to content

Commit

Permalink
Remove unused imports and read-the-docs theme path
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Oct 20, 2024
1 parent 52454c4 commit 1cb089e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 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 polaris.version import __version__

Expand Down Expand Up @@ -98,7 +94,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 @@ -114,4 +109,4 @@

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
smv_remote_whitelist = "origin"

0 comments on commit 1cb089e

Please sign in to comment.