fix: Edit on GitHub link to point to source .py files for API docs'#15256
Draft
Aanushka001 wants to merge 3 commits into
Draft
fix: Edit on GitHub link to point to source .py files for API docs'#15256Aanushka001 wants to merge 3 commits into
Aanushka001 wants to merge 3 commits into
Conversation
one line: change `sphinxftoml` to `sphinxtoml`
Author
Carreau
reviewed
Jun 13, 2026
|
|
||
| # - template_path: Add any paths that contain templates here, relative to this directory. | ||
| # - master_doc: The master toctree document. | ||
| # - master_doc: The master tocture document. |
Carreau
reviewed
Jun 13, 2026
Comment on lines
+116
to
+124
| # Add any paths that contain custom static files (such as style sheets) here, | ||
| # relative to this directory. They are copied after the builtin static files, | ||
| # so a file named "default.css" will overwrite the builtin "default.css". | ||
| # Favicon needs the directory name | ||
| # - html_favicon | ||
| # - html_last_updated_fmt = config["html"]["html_last_updated_fmt"] | ||
| # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, | ||
| # using the given strftime format. | ||
| # Output file base name for HTML help builder. | ||
| # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, | ||
| # using the given strftime format. | ||
| # Output file base name for HTML help builder. |
Member
There was a problem hiding this comment.
UNrelated and unnecessary change
Carreau
reviewed
Jun 13, 2026
| # -------------------------- | ||
| # Options for textinfo output | ||
| # --------------------------- | ||
| texinfo_documents = [ |
Carreau
reviewed
Jun 13, 2026
| ] | ||
|
|
||
| ######################################################################### | ||
| ############################################################ |
Carreau
reviewed
Jun 13, 2026
| """ | ||
|
|
||
|
|
||
|
|
| As we autogenerate configuration traits from, subclasses have lots of | ||
| duplication and we want to silence them. Indeed we build on travis with | ||
| warnings-as-error set to True, so those duplicate items make the build fail. | ||
| duplication and we want to silence them. Indeeds we build on travis with |
Member
There was a problem hiding this comment.
Indeeds?
Maybe or for warnings-as-errors, it's fair, but unrelated.
Member
|
same comment as last time; there are a number of unrelated and incorrect changes. If you have issues fixing it with git, and I can show you, or do it for you. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
'Replaces closed PR #15231 with only the correct changes