forked from sphinx-doc/sphinx
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Master.patch #1
Merged
Master.patch #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The make clean help command was missing from all make files.
Makefiles: Include clean in help message
- No longer attempt to be the location for listing themes -- only Sphinx-RTD-Theme was listed here. - Mention the classifier used when searching on PyPI. - Emphasize sphinx-themes.org as a gallery of themes.
Merge 3.x to master
Documentation: Reword section on Third Party Themes
…directive or role Currently, Sphinx mention nothing if users use unknown domain in their documents (ex. `.. unknown:directive::`, `:unknown:role` and so on). This starts to warn them to be clear non acceptable mark-ups. refs: sphinx-doc#8342
…page by default
…_directory_by_default Close sphinx-doc#7996: manpage: Make a section directory on build manpage by default
Test and document support for Python 3.9 release
…nknown_domain Fix sphinx-doc#8342: Emit a warning if a unknown domain is given for directive or role
Remove additional mentions of Python 3.5
Drop code for supporting py35
… instead of <div>
… extension Add a new extension `sphinx.ext.autodoc.preserve_defaults`. It preserves the default argument values of function signatures in source code and keep them not evaluated for readability. This is an experimental extension and it will be integrated into autodoc core in Sphinx-4.0.
Fix sphinx-doc#759: autodoc: Add sphinx.ext.autodoc.preserve_defaults extension
doc: Update document for autodoc
doc: Fix indentation
Fix wrong directive name in warning messages
Sphinx is available on Chocolatey
…m srcdir To make directives' behavior consistent, the :file: option for csv-table directive now recognizes an absolute path as a relative path from source directory.
…ption_for_csv_table Close sphinx-doc#8487: csv-table now considers abspath as relpath from srcdir
Uses :ref: link because :doc: does not work.
Used in add_autodocumenter docstring
Tutorial for extending autodoc
…ry_generate Close sphinx-doc#7549: autosummary: Enable autosummary_generate by default
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Subject:
Feature or Bugfix
Purpose
Detail
Relates