Skip to content

Commit

Permalink
Remove html static path from Sphinx conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony-Y committed Oct 6, 2024
1 parent c563ae9 commit 26f936c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/sphinx-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
- name: Sphinx Build
run: |
cd docs/
mkdir _static
make html
touch _build/html/.nojekyll
- name: Upload artifact
Expand Down
5 changes: 1 addition & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
copyright = '2019, Takenori Yamamoto'
author = 'Takenori Yamamoto'

# The full version, including alpha/beta/rc tags
release = '0.0.4'


# -- General configuration ---------------------------------------------------

Expand Down Expand Up @@ -64,4 +61,4 @@
# 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_static_path = ['_static']

0 comments on commit 26f936c

Please sign in to comment.