Skip to content

Commit

Permalink
MAINT: update libsass and docutils pins (#275)
Browse files Browse the repository at this point in the history
* MAINT: update libsass and docutils pins

* prepare version 0.7.5
  • Loading branch information
mmcky authored Nov 19, 2024
1 parent 06eb3df commit 88eb50d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
"sphinx>=5,<6",
"docutils",
"click",
"libsass~=0.20.1",
"libsass~=0.23.0",
"sphinx_book_theme~=1.1.0",
"beautifulsoup4",
]
Expand Down Expand Up @@ -63,7 +63,7 @@ doc = [
"sphinx-togglebutton>=0.2.1",
"sphinx-thebe",
"sphinx-copybutton",
"docutils==0.17.1", # docutils 0.18, 0.19 need a patch fix https://sourceforge.net/p/docutils/patches/195/, un-pin when 0.20 is released
"docutils>=0.20",
"plotly",
"sphinxcontrib-bibtex>=2.2.0,<=2.5.0",
]
Expand Down
2 changes: 1 addition & 1 deletion src/quantecon_book_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

from .launch import add_hub_urls

__version__ = "0.7.4"
__version__ = "0.7.5"
"""quantecon-book-theme version"""

SPHINX_LOGGER = logging.getLogger(__name__)
Expand Down

2 comments on commit 88eb50d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.