Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions deploy/conda-dev-spec.template
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,10 @@ cfchecker
udunits2

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

# Visualization
ncview
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"
Loading