Skip to content

Sphinx autobuild keeps reloading automatically without any changes if I include "sphinx_tags" in extensions in conf.py #93

@fervand1

Description

@fervand1

I tried adding basic tags to my documentation, also having sphinx autobuild running in my terminal but it goes in never ending loop. Is this a known issue?

Python version 3.12, sphinx_tags 0.3.1

Following are the extensions added in my conf.py

extensions = [
    "myst_parser",
    "sphinx.ext.extlinks",
    "sphinx.ext.intersphinx",
    "sphinx_markdown_tables",
    "sphinxcontrib.images",
    "sphinx_design",
    "sphinx_tags",
]

Tags related config

tags_create_tags = True
tags_output_dir = "_tags"
tags_overview_title = "Tags"
tags_extension = ["md", "rst"]

NOTE: If I just do sphinx build and load the static page manually in browser, all works well. I see the tags too

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions