diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 9cfe5c1..469a522 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -39,4 +39,4 @@ jobs: with: branch: gh-pages directory: gh-pages - github_token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/docs/conf.py b/docs/conf.py index 66971e0..9a0825a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -63,7 +63,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'alabaster' +html_theme = 'alabaster # 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,