Skip to content

Commit 4d62616

Browse files
authored
Merge branch 'main' into patch-2
2 parents b3f7bad + 3dd959d commit 4d62616

File tree

2 files changed

+124
-23
lines changed

2 files changed

+124
-23
lines changed

documentation/hosting-tools/sphinx-python-package-documentation-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ and themes. A few examples include:
4646
* You can apply documentation themes for quick generation of beautiful documentation.
4747
* You can [automatically create documentation for your package's functions and classes (the package's API) from docstrings in your code using the autodoc extension](https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html)
4848
* You can [run and test code examples in your docstrings using the doctest extension](https://www.sphinx-doc.org/en/master/usage/extensions/doctest.html)
49-
* While Sphinx natively supports the `rST` syntax. You can add custom syntax parsers to support easier-to-write syntax using tools such as [the MyST parser](https://myst-parser.readthedocs.io/).
49+
* While Sphinx natively supports the `rST` syntax, you can add custom syntax parsers to support easier-to-write syntax using tools such as [the MyST parser](https://myst-parser.readthedocs.io/).
5050

5151
### Commonly used Sphinx themes
5252

0 commit comments

Comments
 (0)