diff --git a/docs/conf.py b/docs/conf.py deleted file mode 100644 index c81dd53..0000000 --- a/docs/conf.py +++ /dev/null @@ -1,31 +0,0 @@ -from __future__ import annotations - -import importlib.metadata - -project = "python-hugo" -copyright = "2023, Agriya Khetarpal" -author = "Agriya Khetarpal" -version = release = importlib.metadata.version("python-hugo") - -extensions = [ - "myst_parser", - "sphinx_copybutton", -] - -source_suffix = [".rst", ".md"] -exclude_patterns = [ - "_build", - "**.ipynb_checkpoints", - "Thumbs.db", - ".DS_Store", - ".env", - ".venv", -] - -html_theme = "furo" - -myst_enable_extensions = [ - "colon_fence", -] - -always_document_param_types = True diff --git a/docs/index.md b/docs/index.md deleted file mode 100644 index 35bd383..0000000 --- a/docs/index.md +++ /dev/null @@ -1,10 +0,0 @@ -# hugo-python-distributions - -```{toctree} -:maxdepth: 2 -:hidden: -``` - -```{include} ../README.md -:start-after: -```