Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update myst-parser, and add typing_extensions as a docs requirement #756

Merged
merged 4 commits into from
Apr 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sphinx-autodoc-typehints>=1.12.0, <1.21 # limited due to https://github.com/tox
sphinx-rtd-theme>=1.0.0, <2.0.0
sphinxcontrib-apidoc>=0.3.0, <0.4.0
sphinxcontrib-bibtex>=2.1.0, <3.0.0
myst-parser>=0.14, <0.19
myst-parser>=1.0, <2.0
nbsphinx>=0.8.5, <0.10.0
sphinx_design==0.4.1 # Pinning for now as sphinx_design is v.new and still in flux.
ipykernel>=5.1.0, <7.0.0 # required for executing notebooks via nbsphinx
Expand All @@ -16,3 +16,4 @@ ipython>=7.2.0, <9.0.0 # required for executing notebooks nbsphinx
numpy>=1.16.2, <2.0.0
pandas>=1.0.0, <3.0.0
matplotlib>=3.0.0, <4.0.0
typing-extensions>=3.7.4.3