Skip to content

Commit

Permalink
add sphinx-design and sphinx-tags to reqs.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
purva-thakre committed Aug 13, 2024
1 parent 5938026 commit f5d0781
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
3 changes: 2 additions & 1 deletion requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f5d0781

Please sign in to comment.