summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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