From 35be6df3f2e8d07d2a291037170acff4556f4779 Mon Sep 17 00:00:00 2001 From: Tariq Shihadah Date: Wed, 8 Mar 2023 17:40:17 -0600 Subject: [PATCH] Adjust sphinx config for rst readme --- docs/conf.py | 2 +- docs/index.rst | 3 +-- docs/readme.rst | 4 ---- 3 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 docs/readme.rst diff --git a/docs/conf.py b/docs/conf.py index 8cdb9b7..b278946 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,7 +20,7 @@ # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration -extensions = ['sphinx.ext.todo', 'sphinx.ext.viewcode', 'sphinx.ext.autodoc', 'myst_parser'] +extensions = ['sphinx.ext.todo', 'sphinx.ext.viewcode', 'sphinx.ext.autodoc'] templates_path = ['_templates'] exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] diff --git a/docs/index.rst b/docs/index.rst index 6882639..bc2bcd1 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -11,8 +11,7 @@ Linear Referencing with linref readme modules -.. include:: ../README.md - :parser: myst_parser.sphinx_ +.. include:: ../README.rst Indices and Tables ================== diff --git a/docs/readme.rst b/docs/readme.rst deleted file mode 100644 index f6dfed9..0000000 --- a/docs/readme.rst +++ /dev/null @@ -1,4 +0,0 @@ -Overview -======== -.. include:: ../README.md - :parser: myst_parser.sphinx_ \ No newline at end of file