Skip to content

Commit

Permalink
DOC: Pin myst_parser==0.16.1 and rename .readthedocs.yaml
Browse files Browse the repository at this point in the history
myst_parser is pinned to that version as links are otherwise broken,
see #1569

Causing-commit: 0476799
  • Loading branch information
MartinThoma committed Mar 27, 2023
1 parent 0476799 commit 3450fb1
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 29 deletions.
24 changes: 24 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2


build:
os: ubuntu-22.04
tools:
python: "3.11"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

# If using Sphinx, optionally build your docs in additional formats such as PDF
formats: all

# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: requirements/docs.txt
- method: pip
path: .
extra_requirements:
- full
14 changes: 0 additions & 14 deletions readthedocs.yml

This file was deleted.

3 changes: 1 addition & 2 deletions requirements/docs.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
sphinx
sphinx_rtd_theme
myst_parser
-e .
myst_parser==0.16.1
attrs # required for myst, but not automatically installed by myst
26 changes: 13 additions & 13 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
#
# This file is autogenerated by pip-compile with python 3.6
# To update, run:
# This file is autogenerated by pip-compile with Python 3.7
# by the following command:
#
# pip-compile --output-file=requirements/docs.txt requirements/docs.in
# pip-compile requirements/docs.in
#
-e .
# via -r requirements/docs.in
alabaster==0.7.13
# via sphinx
attrs==22.2.0
Expand All @@ -16,9 +14,7 @@ certifi==2022.12.7
# via requests
charset-normalizer==3.1.0
# via requests
colorama==0.4.6
# via sphinx
docutils==0.18.1
docutils==0.17.1
# via
# myst-parser
# sphinx
Expand All @@ -43,31 +39,33 @@ mdit-py-plugins==0.3.5
# via myst-parser
mdurl==0.1.2
# via markdown-it-py
myst-parser==1.0.0
myst-parser==0.16.1
# via -r requirements/docs.in
packaging==23.0
# via sphinx
pygments==2.14.0
# via sphinx
pytz==2023.2
# via babel
pyyaml==6.0
# via myst-parser
requests==2.28.2
# via sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==6.1.3
sphinx==4.5.0
# via
# -r requirements/docs.in
# myst-parser
# sphinx-rtd-theme
# sphinxcontrib-jquery
sphinx-rtd-theme==1.2.0
# via -r requirements/docs.in
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-applehelp==1.0.2
# via sphinx
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-htmlhelp==2.0.0
# via sphinx
sphinxcontrib-jquery==4.1
# via sphinx-rtd-theme
Expand All @@ -78,7 +76,9 @@ sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
typing-extensions==4.5.0
# via pypdf
# via
# importlib-metadata
# markdown-it-py
urllib3==1.26.15
# via requests
zipp==3.15.0
Expand Down

0 comments on commit 3450fb1

Please sign in to comment.