Skip to content

Commit

Permalink
MAINT: prepare for 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Dec 11, 2023
1 parent 9e4804d commit 93f599a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
2 changes: 2 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ sphinx:
customize/toc.md: structure/toc.md
sd_fontawesome_latex: True

html_theme_options:
navigation_with_keys: true

extra_extensions:
- sphinx_click.ext
Expand Down
2 changes: 1 addition & 1 deletion jupyter_book/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Build a book with Jupyter Notebooks and Sphinx."""

__version__ = "0.15.1"
__version__ = "1.0.0"


# We connect this function to the step after the builder is initialized
Expand Down
24 changes: 12 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ classifiers = [
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Text Processing :: Markup",
Expand All @@ -26,25 +26,25 @@ keywords = [
"notebook",
]
dynamic = ["description", "version"]
requires-python = ">=3.7"
requires-python = ">=3.9"
dependencies = [
"click>=7.1,<9",
"docutils>=0.15,<0.19", # report issue for >=0.18,<0.20 until https://github.com/mcmtroffaes/sphinxcontrib-bibtex/issues/322 is fixed
"Jinja2",
"jsonschema<5",
"linkify-it-py~=2.0.0",
"myst-nb~=0.17.1",
"myst-nb~=1.0.0",
"myst-parser>=1.0.0,<=2.*",
"pyyaml",
"sphinx>=4,<6",
"sphinx>=5,<=7",
"sphinx-comments",
"sphinx-copybutton",
"sphinx-external-toc~=0.3.1",
"sphinx-jupyterbook-latex~=0.5.2",
"sphinx-design~=0.4.1",
"sphinx-thebe~=0.2.0",
"sphinx-book-theme~=1.0.0",
"sphinx-external-toc~=1.0.0",
"sphinx-jupyterbook-latex~=1.0.0",
"sphinx-design~=0.5.0",
"sphinx-thebe~=0.3.0",
"sphinx-book-theme~=1.1.0",
"sphinx_togglebutton",
"sphinxcontrib-bibtex>=2.2.0,<=2.5.0",
"sphinxcontrib-bibtex~=2.6.1",
"sphinx-multitoc-numbering~=0.1.3",
]

Expand Down

0 comments on commit 93f599a

Please sign in to comment.