diff --git a/.gitignore b/.gitignore index 496ee2c..62b3d8f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.DS_Store \ No newline at end of file +.DS_Store +build/* \ No newline at end of file diff --git a/index.html b/index.html deleted file mode 100644 index e965047..0000000 --- a/index.html +++ /dev/null @@ -1 +0,0 @@ -Hello diff --git a/source/conf.py b/source/conf.py index 1aac9e9..2390916 100644 --- a/source/conf.py +++ b/source/conf.py @@ -26,3 +26,26 @@ html_theme = 'pydata_sphinx_theme' html_static_path = ['_static'] + +# Added theme configuration. See: https://pydata-sphinx-theme.readthedocs.io/ + +# html_logo = "_static/logo.png" + +html_theme_options = { + "use_edit_page_button": True, + "icon_links": [ + { + "name": "GitHub", + "url": "https://github.com/tractometry/", + "icon": "fab fa-github-square", + }] + +} + +html_context = { + "github_url": "https://github.com", + "github_user": "tractometry", + "github_repo": "tractometry.github.io", + "github_version": "main", + "doc_path": "source", +} \ No newline at end of file