Skip to content

Commit

Permalink
Merge branch 'docs/sphinx-myst-ext'
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Nov 19, 2023
2 parents a9c00da + 8c2e9a4 commit f31cb1e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES/853.contrib.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
MyST is now integrated in Sphinx -- by :user:`webknjaz`.

This allows the contributors to author new documents in Markdown
when they have difficulties with going straight RST.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
# Third-party extensions:
"alabaster",
"sphinxcontrib.towncrier.ext", # provides `towncrier-draft-entries` directive
"myst_parser", # extended markdown; https://pypi.org/project/myst-parser/
]


Expand All @@ -85,7 +86,6 @@
# You can specify multiple suffix as a list of string:
#
# source_suffix = ['.rst', '.md']
source_suffix = ".rst"

# The encoding of source files.
#
Expand Down
1 change: 1 addition & 0 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
myst-parser >= 0.10.0
sphinx==7.0.1
sphinxcontrib-towncrier

0 comments on commit f31cb1e

Please sign in to comment.