1. 68664a6 Add tests for "any" role and default-role setting. Fix some minor bugs with "any". by Georg Brandl · 10 years ago master
  2. 4099e43 make :any: role work with intersphinx! by Georg Brandl · 10 years ago
  3. 9f23802 Fix duplication of bugfixes between 1.2.x and 1.3 in changelog. by Georg Brandl · 10 years ago
  4. b16132f Use "any" role in changelog. by Georg Brandl · 10 years ago
  5. e540e55 Added the `any` role that can be used to find a cross-reference of by Georg Brandl · 10 years ago
  6. ad257a0 Clean up reference resolution a bit; factor out :doc: and citations into their by Georg Brandl · 10 years ago
  7. 339943e clean up default-role usage in CHANGES by Georg Brandl · 10 years ago
  8. acf8c8d Changing the default role document-locally with the docutils ".. default-role::" by Georg Brandl · 10 years ago
  9. 735d03d Fix URL in docu for opensearch. by Georg Brandl · 10 years ago
  10. e12ad76 sphinx.environment: PEP8 cleanup. by Georg Brandl · 10 years ago
  11. c2ad250 merge with stable by Georg Brandl · 10 years ago
  12. 15858a7 Ignore .tags file. by Georg Brandl · 10 years ago
  13. 0a32165 Std domain: don't expect "refprogram" attribute on an xref node. by Georg Brandl · 10 years ago
  14. 33460f4 CPP domain: fix whitespace. by Georg Brandl · 10 years ago
  15. a62c899 merge with stable by Georg Brandl · 10 years ago
  16. 6bbb120 Closes #1568: since "centered" directly contains text children, it should be a TextElement. by Georg Brandl · 10 years ago
  17. a489a5d merge with stable by Georg Brandl · 10 years ago
  18. 050e0dc merge heads by Georg Brandl · 10 years ago
  19. 8f59be2 Exception logs now contain the last 10 messages emitted by Sphinx. by Georg Brandl · 10 years ago
  20. 1f9e05e Merged in gerardmp/sphinx/gerardmp/added-libreoffice-extension-to-the-exten-1410948858630 (pull request #289) by Georg Brandl · 10 years ago
  21. 8fd3efa Added "libreoffice" extension to the extension list by Gerard Marull Paretas · 10 years ago
  22. 69cf80b add distribution possibility by Georg Brandl · 10 years ago
  23. 38b6962 Merged in hickford/sphinx-1/hickford/add-instructions-how-to-install-sphinx-t-1410715164407 (pull request #287) by Georg Brandl · 10 years ago
  24. 66ec9e8 Merged in hickford/sphinx/hickford/explain-how-to-install-sphinx-with-pip-r-1410714824122 (pull request #286) by Georg Brandl · 10 years ago
  25. e5c0408 Add instructions how to install Sphinx to top of tutorial by Matt Hickford · 10 years ago
  26. 68486a1 Explain how to install Sphinx with pip (rather than easy_install). Fixes #1447 by Matt Hickford · 10 years ago
  27. 4eb0f59 sphinx.application.Sphinx.add_search_language raises AssertionError for correct type of argument. Closes #1563 by shimizukawa · 10 years ago
  28. 0a6eb93 rename "literal.inc.orig", too easy to delete together with other merge backup files by Georg Brandl · 10 years ago
  29. c0723c5 merge with stable by Georg Brandl · 10 years ago
  30. a8f3aa5 Closes #1561: fix typo and indentation. by Georg Brandl · 10 years ago
  31. aabd0c2 Add extension version check ability with new config value "needs_extensions". by Georg Brandl · 10 years ago
  32. 7e0c16e Return version from setup() for all sphinx.ext extensions. by Georg Brandl · 10 years ago
  33. 8294aca Add support for extensions to declare their version as a string returned from setup(). by Georg Brandl · 10 years ago
  34. b7c6bd0 Post-release bump. by shimizukawa · 10 years ago
  35. 92a3e2e merge with stable by shimizukawa · 10 years ago
  36. ab6c2e9 Added tag 1.2.3 for changeset 1aecc0bb5db6 by shimizukawa · 10 years ago
  37. 1a9c572 Bump to 1.2.3. by shimizukawa · 10 years ago
  38. 445d7ae run `make check` and correct errors. by shimizukawa · 10 years ago
  39. 71773df suggested by birkenfeld, it's great honor to me :) by shimizukawa · 10 years ago
  40. a7ac3d1 less markup for README.rst, less emoticon for official. by shimizukawa · 10 years ago
  41. 8675a64 revert 53a9c95c86f0 for this file. "the changelog gets too cluttered with all the names; people read the changelog mostly because they want to know the changes." by shimizukawa · 10 years ago
  42. adde62c Remove some co-maintainers who has no commit after 2012/10/30. by shimizukawa · 10 years ago
  43. 137c8da Add documentation to make contribution easier. by shimizukawa · 10 years ago
  44. 791a146 fix for py3 support by shimizukawa · 10 years ago
  45. 4d1fe30 Merge with stable by shimizukawa · 10 years ago
  46. a581054 Add source comment to explain why is the second argument (msgnode) not needed. Refs #1300, 8d51df20d4 by shimizukawa · 10 years ago
  47. 828c750 Add documentation for supported image types and choosing priority for each builders. refs #1358. by shimizukawa · 10 years ago
  48. 303d50a Now Sphinx exits with non-zero status code if builder status is not success. Closes #508. by shimizukawa · 10 years ago
  49. 11a35e4 Fix: pgen2 tokenizer doesn't recognize `...` literal (Ellipsis for py3). Closes #1547 by shimizukawa · 10 years ago
  50. e733b57 Fix: footnotes from table get displayed twice in LaTeX. To fix this, restoring footnote support hotfix for tabulary.sty that had been lost at f938a95 for #949. Closes #1522 by shimizukawa · 10 years ago
  51. 93a4e4f `make text` generate wrong table when it has empty table cells. Closes #1544 by shimizukawa · 10 years ago
  52. d9b5196 Update CHANGES for pull request #258, #939. `dedent` feature has been merged. Closes #939 by shimizukawa · 10 years ago
  53. 74c4358 * gettext does not extract nodes.line in a table or list. Closes #1477 by shimizukawa · 10 years ago
  54. 8ec9b90 refactoring by shimizukawa · 10 years ago
  55. 88e422d remove custom_fixers from MANIFEST.in. that directory already removed at 47baff4 by shimizukawa · 10 years ago
  56. f9105cf pull request #130 has been merged by hand. by shimizukawa · 10 years ago
  57. bb6ccf7 Update for pull request #282. by shimizukawa · 10 years ago
  58. f5a2f8f Fix tests has broken by changset:bb0211a65072 by tk0miya · 10 years ago
  59. ae4a176 Update CHANGES for pull request #281. by shimizukawa · 10 years ago
  60. 2f8d5f7 Fix #1509 TODO extension not compatible with websupport by tk0miya · 10 years ago
  61. 25f10db Update CHANGES and documentation for PR#266. by shimizukawa · 10 years ago
  62. 61f604a Merged in tk0miya/sphinx (pull request #266) by Takayuki Shimizukawa · 10 years ago
  63. d4634bd Update CHANGES for pull request #275, #1537; sphinx.ext.intersphinx supports multiple target for the inventory. by shimizukawa · 10 years ago
  64. 7e8524f Merged in bsipocz/sphinx (pull request #275) by Takayuki Shimizukawa · 10 years ago
  65. d5ff633 :confval:`templates_path` is automatically added to :confval:`exclude_patterns` to avoid reading autosummary rst templates in the templates directory. Closes #1543 by shimizukawa · 10 years ago
  66. 93da009 fix fc1901d for py3, again. and add 2 assertions by shimizukawa · 10 years ago
  67. 0cb4058 fix fc1901d for py3 by shimizukawa · 10 years ago
  68. 7969fcd :mod:`~sphinx.ext.viewcode` support imported function/class aliases. Closes #623 by shimizukawa · 10 years ago
  69. 04660dc fix typo by Brigitta Sipocz · 10 years ago
  70. 2dc1b7f Addressing comment and adding docs by Brigitta Sipocz · 10 years ago
  71. 3794ea6 update CHANGES for pull request #278 by shimizukawa · 10 years ago
  72. 847094c Merged in tk0miya/sphinx (pull request #278) by Takayuki Shimizukawa · 10 years ago
  73. 7f4d999 update CHANGES for pull request #277, #1513 by shimizukawa · 10 years ago
  74. afc852a Do not highlight function pointers if unexpected tokens found by tk0miya · 10 years ago
  75. 6744243 Fix section entries were shown twice if toctree has been put under only directive by tk0miya · 10 years ago
  76. 271db01 Fix #1513 highlights for function pointers in argument list of c:function by tk0miya · 10 years ago
  77. 0412561 Update CHANGES for pull request #276, #1381. by shimizukawa · 10 years ago
  78. 12e282a Fix #1381 :rfc: and :pep: roles support custom link text by tk0miya · 10 years ago
  79. 00e5352 Backed out changeset 177fce4ba59c by tk0miya · 10 years ago
  80. 258eec3 Fix #1381 :rfc: and :pep: roles support custom link text by tk0miya · 10 years ago
  81. 4155866 Merge upstream changes by tk0miya · 10 years ago
  82. 3a4d401 update CHANGES for pull request #269, #1476. by shimizukawa · 10 years ago
  83. 05db0ca Merged in tk0miya/sphinx (pull request #269) by Takayuki Shimizukawa · 10 years ago
  84. e27be98 * fix a310af0 to add missing pt_PT, vi locales. refs #1403. by shimizukawa · 10 years ago
  85. 2f58436 update CHANGES for pull request #274. by shimizukawa · 10 years ago
  86. 682506c Merged in tk0miya/sphinx (pull request #274) by Takayuki Shimizukawa · 10 years ago
  87. 062ad13 update CHANGES for pull request #273, #1536 by shimizukawa · 10 years ago
  88. 1883070 Merged in tk0miya/sphinx (pull request #273) by Takayuki Shimizukawa · 10 years ago
  89. 01a91b4 fix indent by Brigitta Sipocz · 10 years ago
  90. a4389bf #1537: Adding the option of multiple inv for the same name & uri by Brigitta Sipocz · 10 years ago
  91. 05bf761 Optimize marking docnames as assigned by tk0miya · 10 years ago
  92. f596b56 Set its URL as a default title value if URL appears in toctree by tk0miya · 10 years ago
  93. baa2fd5 remove `callable` helper because 'callable' has been resurrected from py32. by shimizukawa · 10 years ago
  94. 4fef449 Mark master_doc as assigned numbers by tk0miya · 10 years ago
  95. b347631 Fix RuntimeError with numbered circular toctree by tk0miya · 10 years ago
  96. be2e330 fix for py26. by shimizukawa · 10 years ago
  97. c3c95fa Merge with tip by shimizukawa · 10 years ago
  98. e518d93 Update CHANGES for pull request #268. closes #743. by shimizukawa · 10 years ago
  99. 316d9a7 Merged in tk0miya/sphinx (pull request #268) by Takayuki Shimizukawa · 10 years ago
  100. 4cb5a67 Fix numbering section at singlehtml mode does not work for nested toctree by tk0miya · 10 years ago