Skip to content

Commit 1563e8e

Browse files
authored
DOC: Pin myst_parser==0.16.1 and rename .readthedocs.yaml (#1752)
myst_parser is pinned to that version as links are otherwise broken, see #1569 Causing-commit: 0476799
1 parent 0476799 commit 1563e8e

File tree

4 files changed

+38
-29
lines changed

4 files changed

+38
-29
lines changed

.readthedocs.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
2+
version: 2
3+
4+
5+
build:
6+
os: ubuntu-22.04
7+
tools:
8+
python: "3.11"
9+
10+
# Build documentation in the docs/ directory with Sphinx
11+
sphinx:
12+
configuration: docs/conf.py
13+
14+
# If using Sphinx, optionally build your docs in additional formats such as PDF
15+
formats: all
16+
17+
# Optionally declare the Python requirements required to build your docs
18+
python:
19+
install:
20+
- requirements: requirements/docs.txt
21+
- method: pip
22+
path: .
23+
extra_requirements:
24+
- full

readthedocs.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

requirements/docs.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
sphinx
22
sphinx_rtd_theme
3-
myst_parser
4-
-e .
3+
myst_parser==0.16.1
54
attrs # required for myst, but not automatically installed by myst

requirements/docs.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.6
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.7
3+
# by the following command:
44
#
5-
# pip-compile --output-file=requirements/docs.txt requirements/docs.in
5+
# pip-compile requirements/docs.in
66
#
7-
-e .
8-
# via -r requirements/docs.in
97
alabaster==0.7.13
108
# via sphinx
119
attrs==22.2.0
@@ -16,9 +14,7 @@ certifi==2022.12.7
1614
# via requests
1715
charset-normalizer==3.1.0
1816
# via requests
19-
colorama==0.4.6
20-
# via sphinx
21-
docutils==0.18.1
17+
docutils==0.17.1
2218
# via
2319
# myst-parser
2420
# sphinx
@@ -43,31 +39,33 @@ mdit-py-plugins==0.3.5
4339
# via myst-parser
4440
mdurl==0.1.2
4541
# via markdown-it-py
46-
myst-parser==1.0.0
42+
myst-parser==0.16.1
4743
# via -r requirements/docs.in
4844
packaging==23.0
4945
# via sphinx
5046
pygments==2.14.0
5147
# via sphinx
48+
pytz==2023.2
49+
# via babel
5250
pyyaml==6.0
5351
# via myst-parser
5452
requests==2.28.2
5553
# via sphinx
5654
snowballstemmer==2.2.0
5755
# via sphinx
58-
sphinx==6.1.3
56+
sphinx==4.5.0
5957
# via
6058
# -r requirements/docs.in
6159
# myst-parser
6260
# sphinx-rtd-theme
6361
# sphinxcontrib-jquery
6462
sphinx-rtd-theme==1.2.0
6563
# via -r requirements/docs.in
66-
sphinxcontrib-applehelp==1.0.4
64+
sphinxcontrib-applehelp==1.0.2
6765
# via sphinx
6866
sphinxcontrib-devhelp==1.0.2
6967
# via sphinx
70-
sphinxcontrib-htmlhelp==2.0.1
68+
sphinxcontrib-htmlhelp==2.0.0
7169
# via sphinx
7270
sphinxcontrib-jquery==4.1
7371
# via sphinx-rtd-theme
@@ -78,7 +76,9 @@ sphinxcontrib-qthelp==1.0.3
7876
sphinxcontrib-serializinghtml==1.1.5
7977
# via sphinx
8078
typing-extensions==4.5.0
81-
# via pypdf
79+
# via
80+
# importlib-metadata
81+
# markdown-it-py
8282
urllib3==1.26.15
8383
# via requests
8484
zipp==3.15.0

0 commit comments

Comments
 (0)