Skip to content

Commit 643b1bf

Browse files
committed
📌 Unpin sphinx-ext-mystmd in docs extras
Need to use an official PyPI released version in pyproject.toml, but still installing from jupyter-book/sphinx-ext-mystmd#2 in the docs/.readthedocs.yml file.
1 parent ccc12fb commit 643b1bf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/.readthedocs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ build:
1414
jobs:
1515
install:
1616
- pip install .[docs]
17+
# https://github.com/jupyter-book/sphinx-ext-mystmd/pull/2
18+
- pip install --ignore-installed git+https://github.com/weiji14/sphinx-ext-mystmd@e995908b3a898b9c9d5d3fec4ff1478f1f4c1ccd
1719
- pip list
1820
post_install:
1921
- npm install -g mystmd

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ docs = [
3030
"myst_parser",
3131
"sphinx",
3232
# https://github.com/jupyter-book/sphinx-ext-mystmd/pull/2
33-
"sphinx-ext-mystmd @ git+https://github.com/weiji14/sphinx-ext-mystmd@e995908b3a898b9c9d5d3fec4ff1478f1f4c1ccd",
33+
# "sphinx-ext-mystmd @ git+https://github.com/weiji14/sphinx-ext-mystmd@e995908b3a898b9c9d5d3fec4ff1478f1f4c1ccd",
34+
"sphinx-ext-mystmd",
3435
]
3536
tests = [
3637
"pytest",

0 commit comments

Comments
 (0)