Skip to content

Commit

Permalink
fix: improving the theme
Browse files Browse the repository at this point in the history
  • Loading branch information
angelip2303 committed Oct 29, 2024
1 parent efacf8d commit 1c02cad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions python/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.doctest',
'sphinx.ext.intersphinx',
'sphinx_rtd_theme'
'sphinx.ext.intersphinx'
]

exclude_patterns = ["build", "Thumbs.db", ".DS_Store"]

# -- Options for HTML output -------------------------------------------------

html_theme = "sphinx_rtd_theme"
html_permalinks_icon = '<span>#</span>'
html_theme = "sphinxawesome_theme"
html_static_path = []
html_logo = "https://raw.githubusercontent.com/rudof-project/rudof-project.github.io/refs/heads/main/images/rudof_logo3.svg"
html_favicon = "https://raw.githubusercontent.com/rudof-project/rudof-project.github.io/refs/heads/main/images/rudof_logo3.svg"
html_logo = "https://raw.githubusercontent.com/rudof-project/rudof/refs/heads/master/docs/src/assets/corp/logo.svg"
html_favicon = "https://raw.githubusercontent.com/rudof-project/rudof/refs/heads/master/docs/src/assets/corp/logo.svg"
html_theme_options = {"body_max_width": None}
html_baseurl = "https://pyrudof.readthedocs.io/en/stable/"

Expand Down
1 change: 1 addition & 0 deletions python/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Installation
``pyrudof`` is available on `PyPI <https://pypi.org/project/pyrudof/>`_ and can be installed by running the usual ``pip install pyrudof``, which will install the latest version currently available.

::
from pyrudof import *

rudof = Rudof(RudofConfig())
Expand Down
2 changes: 1 addition & 1 deletion python/requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ mypy~=1.0
ruff~=0.7.0
sphinx~=7.0
sphinx-lint~=1.0
sphinx-rtd-theme~=3.0.1
sphinxawesome-theme~=5.3.1

0 comments on commit 1c02cad

Please sign in to comment.