Skip to content

Commit 4d9fef3

Browse files
author
peer-open-source
committed
updates
1 parent 2219653 commit 4d9fef3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
# -- Options for HTML output -------------------------------------------------
6262

63-
html_baseurl = "https://sgmd.peer.berkeley.edu"
63+
html_baseurl = "https://peer-open-source.github.io/sgmd-docs"
6464
sitemap_url_scheme = "{link}"
6565

6666
html_theme = "sphinx_book_theme" #"pydata_sphinx_theme" #"sphinx_rtd_theme"
@@ -99,9 +99,9 @@
9999
# HOME
100100
"examples": [],
101101
"features": [
102-
{"title": "Fast", "body": "Core components have been refactored to leverage modern C++ features, which has furnished substantial performance improvements over the alternative serial OpenSees interpreters."},
103-
{"title": "Free", "body": "All source code contributed to xara is licensed under a <em>pure</em> BSD."},
104-
{"title": "Robust", "body": '<em>xara</em> is designed from the ground up for use in production environments like <a href="https://structures.live">structures.live</a>'},
102+
# {"title": "Fast", "body": "Core components have been refactored to leverage modern C++ features, which has furnished substantial performance improvements over the alternative serial OpenSees interpreters."},
103+
# {"title": "Free", "body": "All source code contributed to xara is licensed under a <em>pure</em> BSD."},
104+
# {"title": "Robust", "body": '<em>xara</em> is designed from the ground up for use in production environments like <a href="https://structures.live">structures.live</a>'},
105105
],
106106
"home_image": "_static/images/sgmd.png"
107107
}

0 commit comments

Comments
 (0)