diff --git a/docs/source/conf.py b/docs/source/conf.py index bb18fa6a2..53badd35b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -98,6 +98,9 @@ # The name of the Pygments (syntax highlighting) style to use. pygments_style = None +# Tags for conditional text +#tags.add('USER') +#tags.add('PMP') # -- Options for HTML output -------------------------------------------------