Skip to content

Commit

Permalink
test sphinx-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Aug 16, 2024
1 parent f3a6e32 commit b26810d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
'javasphinx',
'sphinx_csharp.csharp',
'sphinxcontrib.makedomain',
'sphinx_tags',
# "sphinx_rust",
]
rust_crates = [
Expand All @@ -65,6 +66,8 @@
templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']

tags_create_tags = True

language = 'english'

# -- Options for HTML output -------------------------------------------------
Expand Down
3 changes: 3 additions & 0 deletions docs/src/c/p0003.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ Solution
.. literalinclude:: ../../../c/src/p0003.c
:language: C
:linenos:
.. tags:: primes

0 comments on commit b26810d

Please sign in to comment.