We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba05a1 commit 363ba1eCopy full SHA for 363ba1e
docs/source/conf.py
@@ -101,7 +101,9 @@
101
# further. For a list of options available for each theme, see the
102
# documentation.
103
#
104
-# html_theme_options = {}
+html_theme_options = {
105
+ "github_url": "https://github.com/<idom-team/idom",
106
+}
107
108
# Add any paths that contain custom static files (such as style sheets) here,
109
# relative to this directory. They are copied after the builtin static files,
docs/source/content/user-guide/index.rst
@@ -11,4 +11,3 @@ documentation see the :ref:`Advanced Usage` or :ref:`API Reference` sections res
11
installation
12
getting-started
13
life-cycle-hooks
14
- examples
0 commit comments