diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 1cef4e0..635a383 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -48,9 +48,7 @@ jobs: poetry config --list - name: Install sphinx - run: | - pip install sphinx - pip install pydata-sphinx-theme + run: pip install sphinx pydata-sphinx-theme - name: Install dependencies run: poetry install diff --git a/docs/source/conf.py b/docs/source/conf.py index 4a60401..aed890d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -42,4 +42,4 @@ #html_theme = 'alabaster' html_theme = 'pydata_sphinx_theme' -html_static_path = ['_static'] +#html_static_path = ['_static']