Skip to content

Commit

Permalink
Adjust sphinx config for rst readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tariqshihadah committed Mar 8, 2023
1 parent 91a02ab commit 35be6df
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down
3 changes: 1 addition & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ Linear Referencing with linref
readme
modules

.. include:: ../README.md
:parser: myst_parser.sphinx_
.. include:: ../README.rst

Indices and Tables
==================
Expand Down
4 changes: 0 additions & 4 deletions docs/readme.rst

This file was deleted.

0 comments on commit 35be6df

Please sign in to comment.