Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Move CSS properties to a different variable | Jellby | 2016-03-06 | 1 | -6/+7 | |
| | | | | | | ||||||
| * | | | | | Merge remote-tracking branch 'upstream/master' | Jellby | 2016-03-06 | 1 | -1/+7 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge remote-tracking branch 'upstream/master' | Ignacio Fdez. Galván | 2016-02-29 | 1 | -2/+14 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge remote-tracking branch 'upstream/master' | Jellby | 2016-02-08 | 1 | -2/+16 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tests/test_build_html.py | |||||
| * \ \ \ \ \ \ \ | Merge remote-tracking branch 'upstream/master' | Ignacio Fdez. Galván | 2015-12-13 | 1 | -4/+27 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'upstream/master' | Ignacio Fdez. Galván | 2015-07-09 | 1 | -3/+13 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'upstream/master' | Ignacio Fdez. Galván | 2015-03-17 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Changed 'rel' to 'alternate' | Ignacio Fdez. Galván | 2015-03-12 | 1 | -3/+3 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Fix two statements in one line | Ignacio Fdez. Galván | 2015-03-11 | 1 | -2/+4 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Allow setting 'rel' and 'title' attributes for stylesheets. | Ignacio Fdez. Galván | 2015-03-11 | 1 | -4/+7 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Preload builder module before init config values | Takeshi KOMIYA | 2017-04-16 | 1 | -6/+17 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Make translatable | Takeshi KOMIYA | 2017-04-16 | 1 | -2/+2 | |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Do not include the builder class in the entry point | Brecht Machiels | 2017-04-14 | 1 | -6/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - use the entry point to load the extension module in the usual way - update the documentation to reflect this change | |||||
* | | | | | | | | | | | Use load_extension() to load the builder extension | Brecht Machiels | 2017-04-10 | 1 | -2/+1 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Find third-party builders by entry point | Brecht Machiels | 2017-04-10 | 1 | -4/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A builder is uniquely identified by its name, which can be used as an entry point in the 'sphinx.builders' entry point group. This obviates the need to register the builder as an extension. The built-in builders are still loaded as before. New third-party builders should provide an entry point in their setup.py: entry_points={ 'sphinx.builders': [ 'mybuilder = mypackage.mymodule:MyBuilder', ], } Like before, builders should define a setup(app) function in the 'mypackage.module' module to define configuration variables etc. It is no longer necessary to register the builder using Sphinx.add_builder(). Existing builders can still be loaded the traditional way, by including their module name in the extensions list in conf.py. | |||||
* | | | | | | | | | | | Fix app.messagelog does not filled after moving to logging module | Takeshi KOMIYA | 2017-03-26 | 1 | -0/+1 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | refs #3329: emit warnings if po file is invalid and can't read it. Also ↵ | shimizukawa | 2017-01-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | writing mo too. | |||||
* | | | | | | | | | | | | Rename module: sphinx.extensions -> sphinx.extension (singular) | Takeshi KOMIYA | 2017-03-26 | 1 | -6/+7 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | treat alabaster as a builtin extension | Takeshi KOMIYA | 2017-03-23 | 1 | -6/+3 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Add Extension class | Takeshi KOMIYA | 2017-03-23 | 1 | -2/+2 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Update deprecation message for env.currmodule and env.currclass | Takeshi KOMIYA | 2017-03-23 | 1 | -62/+3 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Revert "Drop unused codes" | Takeshi KOMIYA | 2017-03-22 | 1 | -5/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 0f47b1d09d4d39a0ac0fe9feb16d1865a84bea75. | |||||
* | | | | | | | | | | | | Drop unused codes | Takeshi KOMIYA | 2017-03-22 | 1 | -9/+5 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Update warning message | Takeshi KOMIYA | 2017-03-20 | 1 | -1/+2 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Add Builder#get_asset_paths() to make less-coupling | Takeshi KOMIYA | 2017-03-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Create an instance of builder before initialize env | Takeshi KOMIYA | 2017-03-19 | 1 | -6/+18 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Remove unused variable | Takeshi KOMIYA | 2017-03-12 | 1 | -1/+0 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Add EventManager | Takeshi KOMIYA | 2017-03-11 | 1 | -49/+9 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Add ReferenceResolver as a post-transform | Takeshi KOMIYA | 2017-03-10 | 1 | -0/+1 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Add Sphinx.add_post_transform() | Takeshi KOMIYA | 2017-03-10 | 1 | -1/+7 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Make error message translatable | Takeshi KOMIYA | 2017-03-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'master' into make_env.app_available_always | Takeshi KOMIYA | 2017-03-10 | 1 | -66/+69 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Initialize i18n module earlier | Takeshi KOMIYA | 2017-03-09 | 1 | -66/+69 | |
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Do not clear ``app.env`` | Takeshi KOMIYA | 2017-03-08 | 1 | -1/+0 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | BuildEnvironment always own application object (after read phase) | Takeshi KOMIYA | 2017-03-08 | 1 | -3/+4 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Upgrade to mypy-0.5 | Takeshi KOMIYA | 2017-03-03 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Add experimental HTML5 writer | Yoshiki Shibukawa | 2017-03-02 | 1 | -12/+21 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Fix mypy violations | Takeshi KOMIYA | 2017-02-08 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #3313 from tk0miya/collectors | Takeshi KOMIYA | 2017-01-31 | 1 | -1/+14 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Refactor sphinx.environment; Add EnvironmentCollectors | |||||
| * | | | | | | | | | | | Reimplement IndexEntriesManager as a collector | Takeshi KOMIYA | 2017-01-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Reimplement ToctreeManager as a collector | Takeshi KOMIYA | 2017-01-28 | 1 | -0/+2 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Add TitleCollector | Takeshi KOMIYA | 2017-01-28 | 1 | -0/+1 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Add MetadataCollector | Takeshi KOMIYA | 2017-01-28 | 1 | -0/+1 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Add DependenciesCollector | Takeshi KOMIYA | 2017-01-28 | 1 | -1/+3 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Add sphinx.environment.collectors | Takeshi KOMIYA | 2017-01-28 | 1 | -0/+7 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Fix mypy violation | Takeshi KOMIYA | 2017-01-28 | 1 | -1/+1 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | ``BuildEnvironment.set_warnfunc()`` is now deprecated | Takeshi KOMIYA | 2017-01-23 | 1 | -2/+0 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Add __iter__(), add() and filter() to Config class | Takeshi KOMIYA | 2017-01-17 | 1 | -2/+2 | |
| | | | | | | | | | | |