From 0c356bdad2bd8d91fe93ded8d91b485462baa7dc Mon Sep 17 00:00:00 2001 From: Sai Sneha Date: Thu, 18 Apr 2024 17:06:51 +0530 Subject: [PATCH] fix: fixed html toc rendering issue --- docs/conf.py | 2 -- docs/data_standards/index.md | 1 - docs/data_standards/roles/index.md | 1 - docs/index.md | 1 - 4 files changed, 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 4248bbc..572a565 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,11 +20,9 @@ # ones. extensions = [ "myst_nb", - "autoapi.extension", "sphinx.ext.napoleon", "sphinx.ext.viewcode", ] -autoapi_dirs = ["../src"] # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. diff --git a/docs/data_standards/index.md b/docs/data_standards/index.md index 229a25f..5c9763c 100644 --- a/docs/data_standards/index.md +++ b/docs/data_standards/index.md @@ -4,7 +4,6 @@ Welcome to the Data Standards section. ```{toctree} :maxdepth: 1 -:hidden: :glob: ** diff --git a/docs/data_standards/roles/index.md b/docs/data_standards/roles/index.md index bee6c3e..93966ef 100644 --- a/docs/data_standards/roles/index.md +++ b/docs/data_standards/roles/index.md @@ -5,7 +5,6 @@ Different User Roles used in Evironmental Surveillance ```{toctree} :maxdepth: 2 -:hidden: :glob: ** diff --git a/docs/index.md b/docs/index.md index f5d1c12..79fe3e7 100755 --- a/docs/index.md +++ b/docs/index.md @@ -10,5 +10,4 @@ example.ipynb changelog.md contributing.md conduct.md -autoapi/index ``` \ No newline at end of file