Skip to content

Commit

Permalink
Airflow theme v0.0.5 (#428)
Browse files Browse the repository at this point in the history
Sphinx 1.8 was where add_stylesheet was renamed to add_css_file, so just
for the sake of completeness I have specified it
  • Loading branch information
ashb authored Jun 2, 2021
1 parent f9f2cf4 commit 45db8c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sphinx_airflow_theme/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
]
},
install_requires=[
'sphinx'
'sphinx>=1.8'
],
tests_require=[],
extras_require={
Expand Down
2 changes: 1 addition & 1 deletion sphinx_airflow_theme/sphinx_airflow_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from os import path
from sphinx.application import Sphinx

__version__ = '0.0.4'
__version__ = '0.0.5'
__version_full__ = __version__


Expand Down

0 comments on commit 45db8c0

Please sign in to comment.