From f5d078155e288b3f60cbd03562f0e0d41d8b40d1 Mon Sep 17 00:00:00 2001 From: Purva Thakre Date: Mon, 12 Aug 2024 23:59:16 -0500 Subject: [PATCH] add sphinx-design and sphinx-tags to reqs.txt --- docs/source/conf.py | 4 ++-- requirements/requirements-dev.txt | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index b412346d6..77863c8f0 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -106,8 +106,8 @@ def setup(app): tags_create_tags = True tags_overview_title = "All tags" tags_create_badges = True -tags_intro_text = "Tags on this page: " -tags_page_title = "Tags" +tags_intro_text = "Tags on this page: " +tags_page_title = "Tags" tags_page_header = "Pages with this tag: " tags_index_head = "Tags in the documentation tutorials: " tags_extension = ["md"] diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index 410879719..2b9c872ac 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -11,7 +11,8 @@ Sphinx==8.0.2 sphinxcontrib-bibtex==2.6.2 sphinx-copybutton==0.5.2 sphinx-autodoc-typehints==2.0.0 -sphix-tags +sphinx-design +sphinx-tags myst-nb==1.1.1 myst-parser==4.0.0 pydata-sphinx-theme==0.15.4