Skip to content

Commit

Permalink
Tries to fix Sphinx error
Browse files Browse the repository at this point in the history
  • Loading branch information
dimtsap committed May 2, 2023
1 parent 9e6a00b commit 89e6509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
)

# The full version, including alpha/beta/rc tags
release = "v4.0.0"
release = "v4.1.0"

# -- General configuration ---------------------------------------------------

Expand Down Expand Up @@ -181,7 +181,7 @@
html_theme_options = {
"logo_only": True,
"style_nav_header_background": "#F0F0F0",
"vcs_pageview_mode": "view",
# "vcs_pageview_mode": "view",
}

github_url = "https://github.com/SURGroup/UQpy"
Expand Down

0 comments on commit 89e6509

Please sign in to comment.