- 9f6b703 Release 1.13.0 by GitHub Action · 1 year, 1 month ago upstream/master
- 6b7dbd1 Merge pull request #67 from sphinx-contrib/release-notes by Jasper Craeghs · 1 year, 1 month ago
- bed95a2 Update CHANGELOG by jce · 1 year, 1 month ago upstream/release-notes
- c4cb659 Merge pull request #65 from dambrosio/55-ignore-parse-exception-print by Jasper Craeghs · 1 year, 1 month ago
- 71e7de0 Address deprecation warning about whitelist_externals by jce · 1 year, 1 month ago
- e38632a Test that parser error, a proper Sphinx warning, is ignored due to doxylink_parse_error_ignore_regexes by jce · 1 year, 1 month ago
- 70db62b revert type annotations for create_role as it's complex by jce · 1 year, 1 month ago
- 07d98b2 Use report_warning instead of print; don't combine regexes into a single pattern for robustness; rename config variable by jce · 1 year, 1 month ago
- f396ba7 Ignore tag file generated by test suite by jce · 1 year, 1 month ago
- 6a1d432 test: ensure tests pass with a None parse_exception_ignore_pattern by Dan Ambrosio · 1 year, 2 months ago
- 76830ad docs: Added configuration documenation for doxylink_parse_exception_ignore_regex_list by Dan Ambrosio · 1 year, 2 months ago
- 30bda0e feat: add ability to ignore parse exception console messages by Dan Ambrosio · 1 year, 2 months ago
- f8308c4 Release 1.12.4 by GitHub Action · 1 year, 2 months ago
- 5a2975c Merge pull request #66 from sphinx-contrib/deploy-key-release by Matt Williams · 1 year, 2 months ago
- 734a2c6 Make release commit with deploy key by Matt Williams · 1 year, 2 months ago
- 23f7cdd Merge pull request #64 from sphinx-contrib/release-notes-1-12-4 by Jasper Craeghs · 1 year, 2 months ago
- 5a86b74 Document merged PRs by jce · 1 year, 2 months ago upstream/release-notes-1-12-4
- fe6e241 Merge pull request #62 from MarcelKoch/parse-parameter-pack by Jasper Craeghs · 1 year, 2 months ago
- 0410fe6 Fix bad merge commit c5de14f9d29274d88f18c973c6db1ed1608a7d33 by jce · 1 year, 2 months ago
- c5de14f Merge branch 'master' into parse-parameter-pack by Jasper Craeghs · 1 year, 2 months ago
- a976300 Merge pull request #61 from MarcelKoch/parse-multiple-pointers by Jasper Craeghs · 1 year, 2 months ago
- 001dad3 Merge branch 'master' into parse-parameter-pack by Jasper Craeghs · 1 year, 2 months ago
- 3cae5b3 Merge branch 'master' into parse-multiple-pointers by Jasper Craeghs · 1 year, 2 months ago
- ee2dbca Merge pull request #60 from MarcelKoch/parse-exception-qualifier by Jasper Craeghs · 1 year, 2 months ago
- 4cbf1f4 Fix NameError by Jasper Craeghs · 1 year, 2 months ago
- 3060ac5 Merge pull request #63 from lmoureaux/master by Jasper Craeghs · 1 year, 3 months ago
- 82b88ed Update sphinxcontrib/doxylink/parsing.py by Marcel Koch · 1 year, 3 months ago
- ab9c7c1 Support python < 3.10 by Louis Moureaux · 1 year, 3 months ago
- e4c7246 Implement review comments by Louis Moureaux · 1 year, 3 months ago
- 7ea800e Support multiple documentation items with the same name by Louis Moureaux · 1 year, 3 months ago
- 537aa92 Handle parameter packs `T...` by Marcel Koch · 1 year, 4 months ago
- c749cf5 Handle arbitrary number of `*` and `&` by Marcel Koch · 1 year, 4 months ago
- ab3446a Add tests for ref-qualified member functions by Marcel Koch · 1 year, 4 months ago
- 95b6178 Handle `()` functions with exception qualifiers by Marcel Koch · 1 year, 4 months ago
- adb807f Merge pull request #58 from sphinx-contrib/doc-config-path by Jasper Craeghs · 1 year, 11 months ago
- 1c3577b Clarify and complete documentation about 'Configuration values' by jce · 1 year, 11 months ago upstream/doc-config-path
- 84da2a5 Merge pull request #56 from sphinx-contrib/dependabot/pip/testfixtures-tw-8.0.0 by Matt Williams · 2 years, 1 month ago
- 281a104 Update testfixtures requirement from ^7.0.0 to ^8.0.0 by dependabot[bot] · 2 years, 1 month ago
- 44f598e Merge pull request #52 from sphinx-contrib/dependabot/pip/mypy-tw-1.4 by Matt Williams · 2 years, 5 months ago
- 0ebbd93 Update mypy requirement from ^0.960 to ^1.4 by dependabot[bot] · 2 years, 5 months ago
- c39707c Merge pull request #51 from sphinx-contrib/update-ci-versions by Matt Williams · 2 years, 5 months ago
- 6386fce Update the version of Python that the CI runs on by Matt Williams · 2 years, 5 months ago
- 042da8f Release 1.12.3 by Matt Williams · 2 years, 5 months ago
- 4523f62 Update CHANGELOG.md by Matt Williams · 2 years, 5 months ago
- 6c41ace Merge pull request #50 from StreamHPC/master by Matt Williams · 2 years, 5 months ago
- a2390cf Write the extension version into the cache by Gergely Meszaros · 2 years, 5 months ago
- d971113 Fix formatting error in changelog by Matt Williams · 3 years, 8 months ago
- b046c6e Only run CI on pushes to master and PRs by Matt Williams · 3 years, 8 months ago
- cc0cb59 Release 1.12.2 by Matt Williams · 3 years, 8 months ago
- cb4a3df Update the release process to use GitHub Actions by Matt Williams · 3 years, 8 months ago
- c50d254 Update changelog by Matt Williams · 3 years, 8 months ago
- fbb550a Merge pull request #45 from mb-emag/friend-class-ambiguity-fix by Matt Williams · 3 years, 8 months ago
- b0e7ef8 fixes crash when template class has itself as friend by mb-emag · 3 years, 8 months ago
- 0c3c384 Update to version 1.12.1 by jce · 3 years, 8 months ago
- 7648146 Merge pull request #43 from sphinx-contrib/dependabot/pip/testfixtures-tw-7.0.0 by Matt Williams · 3 years, 9 months ago
- e4908a8 Update testfixtures requirement from ^6.18.5 to ^7.0.0 by dependabot[bot] · 3 years, 9 months ago
- 64d674d Merge pull request #42 from sphinx-contrib/performance-fix by Matt Williams · 3 years, 9 months ago
- eddc735 Extend test case after refactoring implementation by jce · 3 years, 9 months ago
- 3064d85 Update docstring after refactoring the implementation by jce · 3 years, 9 months ago
- c872216 Improve performance of match_piecewise by jce · 3 years, 9 months ago
- 402765b Merge pull request #40 from sphinx-contrib/dependabot/pip/mypy-tw-0.960 by Matt Williams · 3 years, 10 months ago
- 67a8b35 Update mypy requirement from ^0.950 to ^0.960 by dependabot[bot] · 3 years, 10 months ago
- 971259d Run CI on tags by Matt Williams · 3 years, 11 months ago
- 840047d Update to version 1.12.0 by Matt Williams · 3 years, 11 months ago
- 5cd0564 Create dependabot.yml by Matt Williams · 3 years, 11 months ago
- 8ae3d65 Add type checking with mypy by Matt Williams · 3 years, 11 months ago
- 1c8dfd1 Add missing link to config by Matt Williams · 3 years, 11 months ago
- 7f43adc Update older Python code to newer supported style by Matt Williams · 3 years, 11 months ago
- e0af91d Handle the `operator()` method correctly by Matt Williams · 3 years, 11 months ago
- 1dfb859 Merge pull request #39 from sphinx-contrib/poetry_actions by Matt Williams · 3 years, 11 months ago
- 93014b5 Use default highlighting style in docs by Matt Williams · 4 years ago
- 49275bf Use RTD theme by Matt Williams · 4 years ago
- 602af4c Only run CI pushes on master branch by Matt Williams · 4 years ago
- c38e951 Update changelog by Matt Williams · 4 years ago
- 8b8be32 Update Tox to work with Poetry by Matt Williams · 4 years ago
- 35fbc7d Delete Travis config file by Matt Williams · 4 years ago
- a324d4d Install doxygen in CI by Matt Williams · 4 years ago
- 4060e3b Update release process by Matt Williams · 4 years ago
- 4ca7b3d Prepare for 1.11.2 release by Matt Williams · 4 years ago
- 35b0f72 Merge pull request #38 from twodrops/feature/37_parallel_build by Matt Williams · 4 years ago
- d1776f6 Added support for sphinx parallel build by Nirmal Sasidharan (XC-AD/ESW1) · 4 years ago
- 50bae69 Merge pull request #36 from sphinx-contrib/fix-latex-config by JasperCraeghs · 4 years, 4 months ago
- fa7ef77 Bump version number for bugfix by Jasper Craeghs · 4 years, 4 months ago upstream/fix-latex-config
- bd7ab33 Add changelog for 1.11.1 by Jasper Craeghs · 4 years, 4 months ago
- d88cdc7 Don't link to Doxygen's pdf output when the format is not latex by Jasper Craeghs · 4 years, 4 months ago
- 0c8bda7 Merge pull request #35 from sphinx-contrib/download_pdf by JasperCraeghs · 4 years, 6 months ago
- e3695d5 Fix newly added tests by Jasper Craeghs · 4 years, 6 months ago
- 8bbc251 Merge branch 'download_pdf' of https://github.com/sphinx-contrib/doxylink into download_pdf by jce · 4 years, 6 months ago
- 2c84c42 Test validity of configuration variable 'doxylink' by jce · 4 years, 6 months ago
- a120ffe Refactoring for better testability by jce · 4 years, 6 months ago
- 6be9be9 Clarify condition for overwriting locally stored pdf file by JasperCraeghs · 4 years, 6 months ago
- d80bcdb Update changelog after adding support for local pdf files by jce · 4 years, 6 months ago
- dc0f8ba Update doc for doxylink and doxylink_pdf_files by jce · 4 years, 6 months ago
- f6425fa Allow three elements as value for doxylink var and warn about incompatibilities by jce · 4 years, 6 months ago
- c273ab9 Use __repr__ to include strings in warning messages by jce · 4 years, 6 months ago
- 01a01ae Report warning when value of doxylink_remote_pdf_files is not a URL by jce · 4 years, 6 months ago
- beade09 Use local pdf file name as key and remote URL as value by jce · 4 years, 6 months ago
- 352a95f Clarify how linking to pdf file can be configured by jce · 4 years, 6 months ago
- 8deef72 Document changes in 1.11 by jce · 4 years, 6 months ago
- 6a55c8e Add feature to download remote pdf files by jce · 4 years, 6 months ago