Skip to content

Commit

Permalink
slight changes for website appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabi committed Oct 4, 2024
1 parent 3a505d7 commit a9f59d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: documentation

on: [push, pull_request, workflow_dispatch]

branches:
- main

permissions:
contents: write

Expand Down
3 changes: 3 additions & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@

html_theme = 'pydata_sphinx_theme'


templates_path = ['_templates']
html_static_path = ['_static']
# html_css_files = ["style.css"]
Expand All @@ -83,6 +84,8 @@
# The full version, including alpha/beta/rc tags.
release = version

html_title = 'PyRASA' + ' ' + release
html_short_title = 'PyRASA'

# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
Expand Down

0 comments on commit a9f59d1

Please sign in to comment.