Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Increase minimum Docutils to 0.17 | Adam Turner | 2022-09-27 | 1 | -56/+26 |
| | |||||
* | `.read_text()` -> `.read_text(encoding='utf8')` | Adam Turner | 2022-04-27 | 1 | -4/+4 |
| | |||||
* | Use docutils.__version_info__ directly | Adam Turner | 2022-04-22 | 1 | -1/+1 |
| | |||||
* | Collapse single line docstrings | Adam Turner | 2022-02-20 | 1 | -2/+1 |
| | |||||
* | Remove copyright and licence fields | Adam Turner | 2022-02-20 | 1 | -3/+0 |
| | |||||
* | Fix module docstring indentation | Adam Turner | 2022-02-20 | 1 | -2/+2 |
| | |||||
* | Fix module docstring first line | Adam Turner | 2022-02-20 | 1 | -2/+1 |
| | |||||
* | Remove module titles in docstrings | Adam Turner | 2022-02-19 | 1 | -3/+0 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
| | |||||
* | test: Update testcase for docutils-0.17 (<figure> and <figcaption>) | Takeshi KOMIYA | 2021-04-03 | 1 | -21/+56 |
| | | | | | | Since v0.17, docutils starts to use <figure> and <figcaption> for figure and its caption on HTML output. This modifies the expected value of our testcases to support it. | ||||
* | A happy new year! | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
| | | | | | | | .. note:: $ find sphinx tests LICENSE doc/conf.py -type f -exec sed -i '' -e 's/2007\-20../2007-2021/' {} \; $ git co sphinx/locale/**/*.js sphinx/templates/epub3/mimetype | ||||
* | test: Use read_text() and read_bytes() | Takeshi KOMIYA | 2020-02-01 | 1 | -4/+4 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| | |||||
* | Close #6966: graphviz: Support ``:class:`` option | Takeshi KOMIYA | 2019-12-27 | 1 | -2/+3 |
| | |||||
* | Fix #4550: html: Centering tables by default using CSS | Takeshi KOMIYA | 2019-05-06 | 1 | -2/+2 |
| | |||||
* | Close #4550: All tables and figures without ``align`` option are displayed ↵ | Takeshi KOMIYA | 2019-02-08 | 1 | -2/+2 |
| | | | | to center | ||||
* | quickstart: Simplify generated conf.py (for latex) | Takeshi KOMIYA | 2019-01-07 | 1 | -1/+1 |
| | |||||
* | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
| | | |||||
* | | Remove unnecessary encoding cookie from Python source files | Jon Dufresne | 2018-12-16 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Python 3, the default encoding of source files is utf-8. The encoding cookie is now unnecessary and redundant so remove it. For more details, see the docs: https://docs.python.org/3/howto/unicode.html#the-string-type > The default encoding for Python source code is UTF-8, so you can > simply include a Unicode character in a string literal ... Includes a fix for the flake8 header checks to stop expecting an encoding cookie. | ||||
* | | refactor figure_wrapper() using state.inline_text() | Takeshi KOMIYA | 2018-12-04 | 1 | -3/+4 |
|/ | |||||
* | Fix #5002: graphviz: SVGs do not adapt to the column width | Takeshi KOMIYA | 2018-08-05 | 1 | -3/+3 |
| | |||||
* | Allow imgcls as class for SVG Graphviz <object> | Michael Goerz | 2018-04-21 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | For consistency, the `<object>` tag for the SVG output of a inheritance-diagram should have the same `class="inheritance"` attribute that the corresponding `<img>` tag for the PNG format has. This allows to define the CSS attribute object.inheritance { max-width: 100%; } which for SVG (unlike PNG) actually works and makes sense. Added a test for inheritance-diagrams in SVG. | ||||
* | Wrap graphviz diagrams in <div class="graphviz"> | Michael Goerz | 2018-04-20 | 1 | -13/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | The graphviz extension is modified to wrap the `<img>` and `<object>` tags it creates for diagrams in the png and svg formats in an additional `<div class="graphviz">...</div>` tag. This allows to apply additional CSS styling to the the diagrams that cannot be applied to `<img>` and `<object>` directly. Most notably, div.graphviz { overflow: auto; } would be a useful style that the standard themes might consider. In any case, it would allow users to add custom CSS code to their project that gets around the problems with inheritance-diagrams discussed in https://github.com/sphinx-doc/sphinx/issues/4865 The tests for the `grahviz` and `inheritance_diagram` have been modified to test for the presence of the additional `<div>` tag. Closes #4865 | ||||
* | Fit graphviz images to page. | Roman Kapl | 2018-02-16 | 1 | -4/+4 |
| | | | | | Use \sphinxincludegraphics, that's what the core image directives use and it handles fitting properly. | ||||
* | Merge branch 'stable' into 1.7-release | Takeshi KOMIYA | 2018-01-30 | 1 | -0/+62 |
|\ | |||||
| * | Fix graphviz: workaround for wrong map ID which graphviz generates | Takeshi KOMIYA | 2018-01-29 | 1 | -12/+14 |
| | | |||||
| * | Fix #4501: graphviz: epub3 validation error caused if graph is not clickable | Takeshi KOMIYA | 2018-01-29 | 1 | -0/+60 |
| | | |||||
* | | Merge branch 'happy_new_year' into master | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
| | | |||||
| * | Add test for ext.graphviz alignment. | Oliver Sanders | 2017-09-24 | 1 | -1/+51 |
| | | |||||
* | | Fix flake8 violations | Takeshi KOMIYA | 2017-12-23 | 1 | -0/+2 |
| | | |||||
* | | Add test for ext.graphviz alignment. | Oliver Sanders | 2017-09-18 | 1 | -1/+51 |
|/ | |||||
* | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
|\ | |||||
| * | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
| | | |||||
* | | Reduce DeprecationWarnings for regexp | Takeshi KOMIYA | 2017-02-17 | 1 | -8/+8 |
|/ | |||||
* | pytest: remove deprecated with_app decorator functions | shimizukawa | 2017-01-06 | 1 | -5/+3 |
| | |||||
* | pytest migration | shimizukawa | 2017-01-04 | 1 | -28/+5 |
| | |||||
* | Reduce deprecation warnings (refs: #3192) | Takeshi KOMIYA | 2016-12-15 | 1 | -1/+1 |
| | |||||
* | #2575: Now ``sphinx.ext.graphviz`` allows ``:align:`` option | Takeshi KOMIYA | 2016-05-28 | 1 | -0/+9 |
| | |||||
* | ``sphinx.ext.graphviz`` supports graph substituions by locale | Takeshi KOMIYA | 2016-02-22 | 1 | -0/+13 |
| | |||||
* | Refactor tests: Add @skip_if_graphviz_not_found decorator | Takeshi KOMIYA | 2016-02-22 | 1 | -4/+27 |
| | |||||
* | Override figure directive to apply :name: option to the figure itself | Takeshi KOMIYA | 2016-02-14 | 1 | -1/+1 |
| | |||||
* | ``sphinx.ext.graphviz``: show graph image in inline by default | Takeshi KOMIYA | 2016-01-17 | 1 | -3/+22 |
| | | | | | | | To support subsutituion syntax, make graphviz node inline (ref: #1149). Now graphviz directive behaves like ``image`` directive when no captions. If specified, it generates ``figure`` node and ``caption`` node like ``figure`` directive. | ||||
* | Merge branch 'stable' | Georg Brandl | 2016-01-14 | 1 | -1/+1 |
|\ | |||||
| * | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 |
| | | |||||
* | | graphviz test: raise Skip if dot not available, instead of just passing | Georg Brandl | 2015-07-25 | 1 | -6/+9 |
|/ | |||||
* | Add testcase for graphviz | Takeshi KOMIYA | 2015-06-26 | 1 | -0/+23 |