summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2021-05-16 06:07:04 +0200
committerMichele Simionato <michele.simionato@gmail.com>2021-05-16 06:07:10 +0200
commitaa579a12ce293e0a7e8df8728b4837bc05e458e3 (patch)
tree655c31c11d63cc9cb2e7a7e9ae7d8e1fefa5a84e /docs
parentbdccd9b7a48078f1ba57d2fb2785df864085a99f (diff)
downloadpython-decorator-git-aa579a12ce293e0a7e8df8728b4837bc05e458e3.tar.gz
Fixed a test breaking PyPy and restored support for RST docs5.0.9
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py1
-rw-r--r--docs/documentation.md4
-rw-r--r--docs/index.md1
-rw-r--r--docs/index.rst2
4 files changed, 5 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 51ce1f8..477886a 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -30,6 +30,7 @@ from decorator import __version__
# ones.
extensions = [
'sphinx.ext.viewcode',
+ 'myst_parser'
]
# Add any paths that contain templates here, relative to this directory.
diff --git a/docs/documentation.md b/docs/documentation.md
index 2637055..38be1bf 100644
--- a/docs/documentation.md
+++ b/docs/documentation.md
@@ -4,9 +4,9 @@ Decorators for Humans
|Author | Michele Simionato|
|---|---|
|E-mail | michele.simionato@gmail.com|
-|Version| 5.0.8 (2021-05-15)|
+|Version| 5.0.9 (2021-05-16)|
|Supports| Python 3.5, 3.6, 3.7, 3.8, 3.9|
-|Download page| http://pypi.python.org/pypi/decorator/5.0.8|
+|Download page| http://pypi.python.org/pypi/decorator/5.0.9|
|Installation| ``pip install decorator``|
|License | BSD license|
diff --git a/docs/index.md b/docs/index.md
deleted file mode 100644
index 1849da5..0000000
--- a/docs/index.md
+++ /dev/null
@@ -1 +0,0 @@
-- [master](documentation.md)
diff --git a/docs/index.rst b/docs/index.rst
new file mode 100644
index 0000000..30140e8
--- /dev/null
+++ b/docs/index.rst
@@ -0,0 +1,2 @@
+.. toctree::
+ documentation