Skip to content

Commit ee956e9

Browse files
committed
Pin myst-parser to previous version
Fix syntax of `netlify.toml` `headers.values` to prevent search engine indexing of Netlify preview builds
1 parent 67bf445 commit ee956e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
PYTHON_VERSION = "3.8"
33
[[headers]]
44
for = "/*"
5-
[[headers.values]]
5+
[headers.values]
66
X-Robots-Tag = "none"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Sphinx<5,>=3 # sphinx-book-theme 0.3.3 has requirement sphinx<5,>=3
33
graphviz
44
lesscpy
55
linkify-it-py
6-
myst-parser
6+
myst-parser>=2.0.0,<3.0.0 # Remove pin when upgrading to latest sphinx-book-theme
77
pydata-sphinx-theme==0.8.1 # Build fails in 0.9.0. See https://github.com/plone/documentation/issues/1297
88
sphinx-autobuild
99
sphinx-book-theme==0.3.3 # Temporary pin until we can sort out HTML refactoring.

0 commit comments

Comments
 (0)