doxysphinx
doxysphinx copied to clipboard
A lightweight Doxygen extension for Sphinx
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...
Precisely what the title says. CSS scoping for `html` elements was leaving a fair amount of rules behind, such as those for `html.dark-mode` elements. Also, some light theme appropriate coloring...
Right now we still use Sphinx 4.5 - mainly because the theme we're using (sphinx-books) wasn't compatible with newer sphinx releases last time we checked (been some time)... Meanwhile sphinx-books...
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.2 to 4.66.3. Release notes Sourced from tqdm's releases. tqdm v4.66.3 stable cli: eval safety (fixes CVE-2024-34062, GHSA-g7vv-2v7x-gj9p) Commits 4e613f8 Merge pull request from GHSA-g7vv-2v7x-gj9p b53348c cli:...
`make html` throws some warnings which could be fixed. ``` doxysphinx/docs/linking_to_doxygen.md:63: WARNING: toctree contains reference to nonexisting document 'docs/doxygen/demo' doxysphinx/docs/linking_to_doxygen.md:68: WARNING: toctree contains reference to nonexisting document 'doxygen/demo' doxysphinx/docs/linking_to_doxygen.md:73: WARNING:...
Doxysphinx works well with Sphinx-Needs. Probably many projects do not wish to have this hard dependency.
Upgrade github actions to avoid nodejs 16 dependency
Upgrade Sphinx, Sphinx-Needs and related dependencies
fixes #131 fixes #100 fixes #134
The documentation for the release process is still missing. It should be documented here: [docs/release_process.md](../blob/feature/1_contribute_doxysphinx/docs/release_process.md)