Martin Liska
29e6adab12
extend option directive syntax
...
One can cross-reference an option value: :option:`--module=foobar`.
2022-09-27 19:02:45 +01:00
Adam Turner
8accc34966
Merge branch '5.2.x' into 5.x
...
# Conflicts:
# CHANGES
# sphinx/__init__.py
2022-09-27 15:58:00 +01:00
Adam Turner
a651e6bf4a
Bump to 5.2.2 final
2022-09-27 15:54:01 +01:00
Adam Turner
335f335a58
Restore anchor links to top of module docstring
2022-09-27 15:53:38 +01:00
Adam Turner
19c278313b
Correct error in release date for Sphinx 5.2.1
2022-09-27 15:51:46 +01:00
Adam Turner
eb5b3aa25d
Merge branch '5.2.x' into 5.x
...
# Conflicts:
# CHANGES
# sphinx/__init__.py
2022-09-25 21:33:04 +01:00
Adam Turner
e0dbbc510a
Bump to 5.2.1 final
2022-09-25 20:39:57 +01:00
Adam Turner
15c1cba28e
Fix error in changelog for Sphinx 5.2.0
2022-09-25 20:39:57 +01:00
Adam Turner
cd24c54144
Bump to 5.2.0.post0 final
2022-09-24 22:26:39 +01:00
Adam Turner
911a5fe8bb
Bump to 5.2.0 final
2022-09-24 21:55:52 +01:00
Adam Turner
68dd1b12e2
Bump version
2022-09-24 21:55:52 +01:00
Adam Turner
bc59a1d1de
Merge 5.1.2 CHANGES into 5.2.0
2022-09-24 21:55:52 +01:00
Adam Turner
e2b3b3f060
Move to localStorage for search highlighting
2022-09-24 15:10:57 +01:00
Adam Turner
58a4449707
Deprecate HTML 4 support ( #10843 )
2022-09-23 18:12:54 +01:00
Julien Schueller
ef01c5b6bd
imgmath: Allow embedding images in HTML as base64 ( #10816 )
...
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com >
2022-09-23 17:11:21 +01:00
Adam Turner
8ae81839be
Support searching for index entries ( #10819 )
2022-09-20 22:08:03 +01:00
Adam Turner
f57177de89
Add contents entries for domain objects ( #10807 )
...
- Add entries in the table of contents for domain objects (e.g.
`py:function`, `rst:role`, etc). Supported domains are Javascript,
Python, and reStructuredText.
- Support content in `py:module` and `js:module` directives.
- Add the `noindexentry` and `noindex` flags to more domains.
- Add `toc_object_entries_show_parents` configuration setting
- Update documentation and tests
2022-09-13 20:20:02 +01:00
Adam Turner
b347657809
Use declarative metadata
...
- Move to pyproject.toml metadata
- Update references to `setup.py`
- Use pypa/build
- Update workflows and tooling
2022-09-13 10:31:27 +01:00
Brecht Machiels
d924acfdb9
Make toctree accept special docnames ( #10673 )
...
The `.. toctree::` directive now supports the reserved special docnames
'genindex', 'modindex', and 'search'.
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com >
2022-09-12 20:13:14 +01:00
Martin Liška
454ced9cc1
Save search resul score to HTML element for debugging ( #10718 )
...
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com >
2022-09-09 03:06:55 +01:00
Martin Liška
7da60f2353
search: support searching for (sub)titles ( #10717 )
...
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com >
2022-09-09 02:28:29 +01:00
Adam Turner
7473b05e0d
Use asterisks for bullets
2022-09-07 21:06:41 +01:00
Jeremy Maitin-Shepard
4cd950e1ba
Allow :ref: role to be used with definitions and fields ( #10781 )
2022-09-06 23:34:20 +01:00
Matthias Geier
f56e61d1a1
agogo theme: revert CSS changes related to sidebar ( #10787 )
2022-08-28 20:19:34 +01:00
François Freitag
e32301cbbb
Merge pull request #10757 from n-peugnet/linkcheck-raw-source-url
...
linkcheck: Check the source URL of raw directives that use the `url` option
2022-08-23 14:26:16 +02:00
n-peugnet
1553cc3b36
linkcheck: Check the source URL of raw directives
...
Add raw directives' source URL to the list of links to check with linkcheck.
By the way, refactor HyperlinkCollector by adding `add_uri` function.
Add test for linkcheck raw directives source URL
2022-08-17 14:57:58 +02:00
Jean-François B
8c4865c30d
Merge branch '5.1.x' into 5.x
2022-08-15 15:06:51 +02:00
Jean-François B
cb4f06b279
Closes #10760
2022-08-15 15:06:17 +02:00
ProGamerGov
b2fe07e1a1
Properly support of in docstring type specifiers ( #10738 )
...
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com >
2022-08-02 23:43:32 +01:00
Jakob Lykke Andersen
c2f1f89a87
Merge pull request #10729 from jakobandersen/cpp-template-args-non-specialized
...
[C++] Ensure consistent non-specialization template argument representation, rebased and updated
2022-07-29 18:29:40 +02:00
Jakob Lykke Andersen
aa43a37865
C++, fix parsing of certain non-type template parameters
...
Specifically 'template<int (X::*)(bool)...>'
2022-07-29 18:14:45 +02:00
Jakob Lykke Andersen
a95949aa13
C++, add changes entry PR
2022-07-29 18:14:45 +02:00
Jean-François B
dd77ed3968
Merge branch '5.1.x' into 5.x
2022-07-29 17:01:58 +02:00
Jean-François B
40203bd1a6
Fix #10723 : LaTeX verbatimwithframe=false without effect since 5.1.0
2022-07-29 15:56:07 +02:00
Adam Turner
65f548e6ee
Merge branch '5.1.x' into 5.x
...
# Conflicts:
# CHANGES
# sphinx/__init__.py
2022-07-26 22:30:40 +01:00
Adam Turner
cd17b277f4
Bump version
2022-07-26 22:19:36 +01:00
Adam Turner
e712eae382
Bump to 5.1.1 final
2022-07-26 22:16:02 +01:00
Jakob Lykke Andersen
feb4ac8a4e
C++, update changelog
2022-07-24 21:41:51 +02:00
Adam Turner
3c469c4258
Bump version
2022-07-24 13:20:14 +01:00
Adam Turner
cc1f6cb9f4
Bump to 5.1.0 final
2022-07-24 13:03:30 +01:00
Jean-François B
a340427ba4
Update CHANGES for PR #10655
2022-07-18 18:47:49 +02:00
Takeshi KOMIYA
4dd09eba4d
HTML Search: refactoring
2022-07-18 23:07:00 +09:00
Takeshi KOMIYA
6ed7405cd9
HTML Search: Minor errors are emitted on fetching search snipets
2022-07-18 23:05:57 +09:00
Takeshi KOMIYA
50897f0cc2
HTML Search: search snipets should not be folded
2022-07-18 23:01:57 +09:00
Takeshi KOMIYA
f280ebb000
HTML Search: HTML tags are displayed as a part of object name
2022-07-18 23:01:57 +09:00
Adam Turner
aa47f5d53a
Add CHANGES note for #10518
2022-07-17 21:52:15 +01:00
Takeshi KOMIYA
e7fc03bce2
Allow specifying multiple CSS files in themes ( #10465 )
...
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com >
2022-07-17 12:27:43 +01:00
Jean-François B
93226ca91a
Update CHANGES for PR #10648
2022-07-14 11:34:12 +02:00
Adam Turner
69824f9265
Update CHANGES for #10548
2022-07-12 22:53:36 +01:00
Adam Turner
b3e03d9d07
Support Docutils 0.19 ( #10656 )
2022-07-12 22:47:02 +01:00