Skip to content

Commit

Permalink
fix panels in the documentation (#66)
Browse files Browse the repository at this point in the history
* drop sphinx-panel and use sphinx-design instead
* remove the changelogs in the documentation, this will only be on GitHub from now
  • Loading branch information
LegrandNico authored Sep 25, 2023
1 parent a230b4a commit 8ddecc7
Show file tree
Hide file tree
Showing 21 changed files with 93 additions and 646 deletions.
243 changes: 0 additions & 243 deletions docs/source/_static/style.css

This file was deleted.

45 changes: 0 additions & 45 deletions docs/source/changelog.rst

This file was deleted.

20 changes: 5 additions & 15 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@
# The master toctree document.
master_doc = "index"

# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
Expand All @@ -99,17 +96,17 @@
dict(
name="GitHub",
url="https://github.com/embodied-computation-group/systole",
icon="fab fa-github-square",
icon="fa-brands fa-square-github",
),
dict(
name="Twitter",
url="https://twitter.com/visceral_mind",
icon="fab fa-twitter-square",
icon="fa-brands fa-square-twitter",
),
dict(
name="Pypi",
url="https://pypi.org/project/systole/",
icon="fas fa-box",
icon="fa-solid fa-box",
),
],
"logo": {
Expand All @@ -118,18 +115,11 @@

html_sidebars = {"**": []}

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_css_files = ["https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"]
# -- Options for HTML output -------------------------------------------------

html_logo = "images/logo_small.svg"
html_favicon = "images/logo_small.svg"

def setup(app):
app.add_css_file('style.css')


# -- Intersphinx ------------------------------------------------

intersphinx_mapping = {
Expand Down
Loading

0 comments on commit 8ddecc7

Please sign in to comment.