Accepting request 512791 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/512791 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Sphinx?expand=0&rev=40
This commit is contained in:
commit
414c6871f9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:049c48393909e4704a6ed4de76fd39c8622e165414660bfb767e981e7931c722
|
|
||||||
size 4418646
|
|
3
Sphinx-1.6.3.tar.gz
Normal file
3
Sphinx-1.6.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:af8bdb8c714552b77d01d4536e3d6d2879d6cb9d25423d29163d5788e27046e6
|
||||||
|
size 4674251
|
12
disable-test.patch
Normal file
12
disable-test.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
Index: python-Sphinx/Sphinx-1.6.2/tests/test_build_latex.py
|
||||||
|
===================================================================
|
||||||
|
--- Sphinx-1.6.2/tests/test_build_latex.py
|
||||||
|
+++ Sphinx-1.6.2/tests/test_build_latex.py
|
||||||
|
@@ -1011,6 +1011,7 @@ def test_latex_raw_directive(app, status
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.sphinx('latex', testroot='images')
|
||||||
|
+@pytest.mark.skip(reason="no remote access in OBS")
|
||||||
|
def test_latex_remote_images(app, status, warning):
|
||||||
|
app.builder.build_all()
|
||||||
|
|
835
python-Sphinx-doc.changes
Normal file
835
python-Sphinx-doc.changes
Normal file
@ -0,0 +1,835 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 24 19:11:52 UTC 2017 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
- Split documentation into subpackage to avoid dependency loops.
|
||||||
|
- Only require python3-typing for python3 < 3.5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 3 13:45:38 UTC 2017 - tbechtold@suse.com
|
||||||
|
|
||||||
|
- update to 1.6.3:
|
||||||
|
* #3821: Failed to import sphinx.util.compat with docutils-0.14rc1
|
||||||
|
* #3829: sphinx-quickstart template is incomplete regarding use of alabaster
|
||||||
|
* #3772: 'str object' has no attribute 'filename'
|
||||||
|
* Emit wrong warnings if citation label includes hyphens (refs: #3565)
|
||||||
|
* #3858: Some warnings are not colored when using --color option
|
||||||
|
* #3775: Remove unwanted whitespace in default template
|
||||||
|
* #3835: sphinx.ext.imgmath fails to convert SVG images if project directory
|
||||||
|
name contains spaces
|
||||||
|
* #3850: Fix color handling in make mode's help command
|
||||||
|
* #3865: use of self.env.warn in sphinx extension fails
|
||||||
|
* #3824: production lists apply smart quotes transform since Sphinx 1.6.1
|
||||||
|
* latex: fix ``\sphinxbfcode`` swallows initial space of argument
|
||||||
|
* #3878: Quotes in auto-documented class attributes should be straight quotes
|
||||||
|
in PDF output
|
||||||
|
* #3881: LaTeX figure floated to next page sometimes leaves extra vertical
|
||||||
|
whitespace
|
||||||
|
* #3885: duplicated footnotes raises IndexError
|
||||||
|
* #3873: Failure of deprecation warning mechanism of
|
||||||
|
``sphinx.util.compat.Directive``
|
||||||
|
* #3874: Bogus warnings for "citation not referenced" for cross-file citations
|
||||||
|
* #3860: Don't download images when builders not supported images
|
||||||
|
* #3860: Remote image URIs without filename break builders not supported remote
|
||||||
|
images
|
||||||
|
* #3833: command line messages are translated unintentionally with ``language``
|
||||||
|
setting.
|
||||||
|
* #3840: make checking ``epub_uid`` strict
|
||||||
|
* #3851, #3706: Fix about box drawing characters for PDF output
|
||||||
|
* #3900: autosummary could not find methods
|
||||||
|
* #3902: Emit error if ``latex_documents`` contains non-unicode string in py2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 30 06:54:21 UTC 2017 - tbechtold@suse.com
|
||||||
|
|
||||||
|
- python-sphinxcontrib-websupport is a Requires
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 29 15:44:02 UTC 2017 - tbechtold@suse.com
|
||||||
|
|
||||||
|
- Adjust Requires
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 23 18:04:59 UTC 2017 - tbechtold@suse.com
|
||||||
|
|
||||||
|
- update to 1.6.2:
|
||||||
|
* See http://www.sphinx-doc.org/en/stable/changes.html
|
||||||
|
- Adjust Requires and BuildRequires
|
||||||
|
- Add disable-test.patch to disable test which needs remote access.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 8 15:38:53 UTC 2017 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
- Fix update-alternatives.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 5 14:55:31 UTC 2017 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
- Fix old obsoletes/provides.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 20 14:18:17 UTC 2017 - jmatejek@suse.com
|
||||||
|
|
||||||
|
- update for singlespec
|
||||||
|
- run tests for all python versions
|
||||||
|
- include python-enum34 for test compatibility
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 16 11:18:38 UTC 2017 - tbechtold@suse.com
|
||||||
|
|
||||||
|
- update to 1.5.2:
|
||||||
|
* See http://www.sphinx-doc.org/en/stable/changes.html
|
||||||
|
- Adjust Requires and BuildRequires
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 29 16:07:44 UTC 2016 - michael@stroeder.com
|
||||||
|
|
||||||
|
- Removed obsolete fix_some_testcase_error_with_pygments-2.1.1.patch
|
||||||
|
- update to version 1.3.6:
|
||||||
|
* #1873, #1876, #2278: Add ``page_source_suffix`` html context variable. This should be
|
||||||
|
introduced with :confval:`source_parsers` feature. Thanks for Eric Holscher.
|
||||||
|
* #2265: Fix babel is used in spite of disabling it on ``latex_elements``
|
||||||
|
* #2295: Avoid mutating dictionary errors while enumerating members in autodoc
|
||||||
|
with Python 3
|
||||||
|
* #2291: Fix pdflatex "Counter too large" error from footnotes inside tables of contents
|
||||||
|
* #2292: Fix some footnotes disappear from LaTeX output
|
||||||
|
* #2287: ``sphinx.transforms.Locale`` always uses rst parser. Sphinx i18n feature should
|
||||||
|
support parsers that specified source_parsers.
|
||||||
|
* #2290: Fix ``sphinx.ext.mathbase`` use of amsfonts may break user choice of math fonts
|
||||||
|
* #2324: Print a hint how to increase the recursion limit when it is hit.
|
||||||
|
* #1565, #2229: Revert new warning; the new warning will be triggered from version 1.4 on.
|
||||||
|
* #2329: Refresh environment forcely if source directory has changed.
|
||||||
|
* #2019: Fix the domain objects in search result are not escaped
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 17 09:10:17 UTC 2016 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
- Add fix_some_testcase_error_with_pygments-2.1.1.patch
|
||||||
|
Fixes tests with python-Pygments 2.1.1.
|
||||||
|
Should be in next release.
|
||||||
|
See https://github.com/sphinx-doc/sphinx/commit/50f4862b069d58ade556aad90bd179206f10fdc1
|
||||||
|
- Add additional latex requirements.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 25 10:56:43 UTC 2016 - michael@stroeder.com
|
||||||
|
|
||||||
|
- requires python-pygments => 2.1
|
||||||
|
- update to version 1.3.5:
|
||||||
|
* Fix line numbers was not shown on warnings in LaTeX and texinfo
|
||||||
|
builders
|
||||||
|
* Fix filenames were not shown on warnings of citations
|
||||||
|
* Fix line numbers was not shown on warnings in LaTeX and texinfo
|
||||||
|
builders
|
||||||
|
* Fix line numbers was not shown on warnings of indecies
|
||||||
|
* #2026: Fix LaTeX builder rais error if parsed-literal includes
|
||||||
|
links
|
||||||
|
* #2243: Ignore strange docstring types for classes, do not crash
|
||||||
|
* #2247: Fix #2205 breaks make html for definition list with
|
||||||
|
classifiers that contains regular-expression like string
|
||||||
|
* #1565: Show warning if Pygments throws an ErrorToken
|
||||||
|
* #2211: Fix paragraphs in table cell doesn't work in Latex output
|
||||||
|
* #2253: ":pyobject:" option of "literalinclude" directive can't
|
||||||
|
detect indented body block when the block starts with blank or
|
||||||
|
comment lines.
|
||||||
|
* Fix TOC is not shown when no ":maxdepth:" for toctrees (ref: #771)
|
||||||
|
* Fix warning message for ":numref:" if target is in orphaned doc
|
||||||
|
(ref: #2244)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 12 16:35:16 UTC 2016 - michael@stroeder.com
|
||||||
|
|
||||||
|
- Update to 1.3.4
|
||||||
|
|
||||||
|
Release 1.3.4 (released Jan 12, 2016)[51]
|
||||||
|
* #2134: Fix figure caption with reference causes latex build error
|
||||||
|
* #2094: Fix rubric with reference not working in Latex
|
||||||
|
* #2147: Fix litralinclude code in latex does not break in pages
|
||||||
|
* #1833: Fix email addresses is showed again if latex_show_urls is
|
||||||
|
not None
|
||||||
|
* #2176: sphinx.ext.graphviz: use <object> instead of <img> to embed
|
||||||
|
svg
|
||||||
|
* #967: Fix SVG inheritance diagram is not hyperlinked (clickable)
|
||||||
|
* #1237: Fix footnotes not working in definition list in LaTeX
|
||||||
|
* #2168: Fix raw directive does not work for text writer
|
||||||
|
* #2171: Fix cannot linkcheck url with unicode
|
||||||
|
* #2182: LaTeX: support image file names with more than 1 dots
|
||||||
|
* #2189: Fix previous sibling link for first file in subdirectory
|
||||||
|
uses last file, not intended previous from root toctree
|
||||||
|
* #2003: Fix decode error under python2 (only) when make linkcheck is
|
||||||
|
run
|
||||||
|
* #2186: Fix LaTeX output of mathbb in math
|
||||||
|
* #1480, #2188: LaTeX: Support math in section titles
|
||||||
|
* #2071: Fix same footnote in more than two section titles =>
|
||||||
|
LaTeX/PDF Bug
|
||||||
|
* #2040: Fix UnicodeDecodeError in sphinx-apidoc when author contains
|
||||||
|
non-ascii characters
|
||||||
|
* #2193: Fix shutil.SameFileError if source directory and destination
|
||||||
|
directory are same
|
||||||
|
* #2178: Fix unparseable C++ cross-reference when referencing a
|
||||||
|
function with :cpp:any:
|
||||||
|
* #2206: Fix Sphinx latex doc build failed due to a footnotes
|
||||||
|
* #2201: Fix wrong table caption for tables with over 30 rows
|
||||||
|
* #2213: Set <blockquote> in the classic theme to fit with <p>
|
||||||
|
* #1815: Fix linkcheck does not raise an exception if warniserror set
|
||||||
|
to true and link is broken
|
||||||
|
* #2197: Fix slightly cryptic error message for missing index.rst
|
||||||
|
file
|
||||||
|
* #1894: Unlisted phony targets in quickstart Makefile
|
||||||
|
* #2125: Fix unifies behavior of collapsed fields (GroupedField and
|
||||||
|
TypedField)
|
||||||
|
* #1408: Check latex_logo validity before copying
|
||||||
|
* #771: Fix latex output doesn’t set tocdepth
|
||||||
|
* #1820: On Windows, console coloring is broken with colorama version
|
||||||
|
0.3.3. Now sphinx use colorama>=0.3.5 to avoid this problem.
|
||||||
|
* #2072: Fix footnotes in chapter-titles do not appear in PDF output
|
||||||
|
* #1580: Fix paragraphs in longtable don’t work in Latex output
|
||||||
|
* #1366: Fix centered image not centered in latex
|
||||||
|
* #1860: Fix man page using :samp: with braces - font doesn’t reset
|
||||||
|
* #1610: Sphinx crashes in japanese indexing in some systems
|
||||||
|
* Fix Sphinx crashes if mecab initialization failed
|
||||||
|
* #2160: Fix broken TOC of PDFs if section includes an image
|
||||||
|
* #2172: Fix dysfunctional admonition [53]py@lightbox in sphinx.sty.
|
||||||
|
Thanks to jfbu.
|
||||||
|
* #2198,#2205: make gettext generate broken msgid for definition
|
||||||
|
lists.
|
||||||
|
* #2062: Escape characters in doctests are treated incorrectly with
|
||||||
|
Python 2.
|
||||||
|
* #2225: Fix if the option does not begin with dash, linking is not
|
||||||
|
performed
|
||||||
|
* #2226: Fix math is not HTML-encoded when :nowrap: is given (jsmath,
|
||||||
|
mathjax)
|
||||||
|
* #1601, #2220: ‘any’ role breaks extended domains behavior. Affected
|
||||||
|
extensions doesn’t support resolve_any_xref and resolve_xref
|
||||||
|
returns problematic node instead of None. sphinxcontrib-httpdomain
|
||||||
|
is one of them.
|
||||||
|
* #2229: Fix no warning is given for unknown options
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 9 16:41:19 UTC 2015 - michael@stroeder.com
|
||||||
|
|
||||||
|
- Update to 1.3.3
|
||||||
|
- Updated project url in .spec file
|
||||||
|
- Aligned version in BuildRequires: python-Pygments >= 2.0 with
|
||||||
|
Requires line
|
||||||
|
|
||||||
|
Release 1.3.3 (released Dec 2, 2015)
|
||||||
|
====================================
|
||||||
|
|
||||||
|
Bugs fixed
|
||||||
|
----------
|
||||||
|
|
||||||
|
* #2012: Fix exception occurred if ``numfig_format`` is invalid
|
||||||
|
* #2142: Provide non-minified JS code in ``sphinx/search/non-minified-js/*.js`` for
|
||||||
|
source distribution on PyPI.
|
||||||
|
* #2148: Error while building devhelp target with non-ASCII document.
|
||||||
|
|
||||||
|
|
||||||
|
Release 1.3.2 (released Nov 29, 2015)
|
||||||
|
=====================================
|
||||||
|
|
||||||
|
Features added
|
||||||
|
--------------
|
||||||
|
|
||||||
|
* #1935: Make "numfig_format" overridable in latex_elements.
|
||||||
|
|
||||||
|
Bugs fixed
|
||||||
|
----------
|
||||||
|
|
||||||
|
* #1976: Avoid "2.0" version of Babel because it doesn't work with Windows environment.
|
||||||
|
* Add a "default.css" stylesheet (which imports "classic.css") for compatibility.
|
||||||
|
* #1788: graphviz extension raises exception when caption option is present.
|
||||||
|
* #1789: ``:pyobject:`` option of ``literalinclude`` directive includes following
|
||||||
|
lines after class definitions
|
||||||
|
* #1790: ``literalinclude`` strips empty lines at the head and tail
|
||||||
|
* #1802: load plugin themes automatically when theme.conf use it as 'inherit'. Thanks to
|
||||||
|
Takayuki Hirai.
|
||||||
|
* #1794: custom theme extended from alabaster or sphinx_rtd_theme can't find base theme.
|
||||||
|
* #1834: compatibility for docutils-0.13: handle_io_errors keyword argument for
|
||||||
|
docutils.io.FileInput cause TypeError.
|
||||||
|
* #1823: '.' as <module_path> for sphinx-apidoc cause an unfriendly error. Now '.'
|
||||||
|
is converted to absolute path automatically.
|
||||||
|
* Fix a crash when setting up extensions which do not support metadata.
|
||||||
|
* #1784: Provide non-minified JS code in ``sphinx/search/non-minified-js/*.js``
|
||||||
|
* #1822, #1892: Fix regression for #1061. autosummary can't generate doc for imported
|
||||||
|
members since sphinx-1.3b3. Thanks to Eric Larson.
|
||||||
|
* #1793, #1819: "see also" misses a linebreak in text output. Thanks to Takayuki Hirai.
|
||||||
|
* #1780, #1866: "make text" shows "class" keyword twice. Thanks to Takayuki
|
||||||
|
Hirai.
|
||||||
|
* #1871: Fix for LaTeX output of tables with one column and multirows.
|
||||||
|
* Work around the lack of the HTMLParserError exception in Python 3.5.
|
||||||
|
* #1949: Use ``safe_getattr`` in the coverage builder to avoid aborting with
|
||||||
|
descriptors that have custom behavior.
|
||||||
|
* #1915: Do not generate smart quotes in doc field type annotations.
|
||||||
|
* #1796: On py3, automated .mo building caused UnicodeDecodeError.
|
||||||
|
* #1923: Use babel features only if the babel latex element is nonempty.
|
||||||
|
* #1942: Fix a KeyError in websupport.
|
||||||
|
* #1903: Fix strange id generation for glossary terms.
|
||||||
|
* #1796, On py3, automated .mo building cause UnicodeDecodeError
|
||||||
|
* Fix: ``make text`` will crush if a definition list item has more than 1 classifiers as:
|
||||||
|
* #1796: On py3, automated .mo building cause UnicodeDecodeError
|
||||||
|
* ``make text`` will crush if a definition list item has more than 1 classifiers as:
|
||||||
|
* Fixed #1855: make gettext generates broken po file for definition lists with classifier.
|
||||||
|
``term : classifier1 : classifier2``.
|
||||||
|
* #1855: make gettext generates broken po file for definition lists with classifier.
|
||||||
|
* #1869: Fix problems when dealing with files containing non-ASCII characters. Thanks to
|
||||||
|
Marvin Schmidt.
|
||||||
|
* #1798: Fix building LaTeX with references in titles.
|
||||||
|
* #1725: On py2 environment, doctest with using non-ASCII characters causes
|
||||||
|
``'ascii' codec can't decode byte`` exception.
|
||||||
|
* #1540: Fix RuntimeError with circular referenced toctree
|
||||||
|
* #1983: i18n translation feature breaks references which uses section name.
|
||||||
|
* #1990: Use caption of toctree to title of \tableofcontents in LaTeX
|
||||||
|
* #1987: Fix ampersand is ignored in ``:menuselection:`` and ``:guilabel:`` on LaTeX builder
|
||||||
|
* #1994: More supporting non-standard parser (like recommonmark parser) for Translation and
|
||||||
|
WebSupport feature. Now node.rawsource is fall backed to node.astext() during docutils
|
||||||
|
transforming.
|
||||||
|
* On Py2 environment, conf.py that is generated by sphinx-quickstart should have u prefixed
|
||||||
|
config value for 'version' and 'release'.
|
||||||
|
* #2102: On Windows + Py3, using ``|today|`` and non-ASCII date format will raise
|
||||||
|
UnicodeEncodeError.
|
||||||
|
* #1974: UnboundLocalError: local variable 'domain' referenced before assignment when
|
||||||
|
using `any` role and `sphinx.ext.intersphinx` in same time.
|
||||||
|
* #2121: multiple words search doesn't find pages when words across on the page title and
|
||||||
|
the page content.
|
||||||
|
* #1884, #1885: plug-in html themes cannot inherit another plug-in theme. Thanks to
|
||||||
|
Suzumizaki.
|
||||||
|
* #1818: `sphinx.ext.todo` directive generates broken html class attribute as
|
||||||
|
'admonition-' when :confval:`language` is specified with non-ASCII linguistic area like
|
||||||
|
'ru' or 'ja'. To fix this, now ``todo`` directive can use ```:class:`` option.
|
||||||
|
* #2140: Fix footnotes in table has broken in LaTeX
|
||||||
|
* #2127: MecabBinder for html searching feature doesn't work with Python 3.
|
||||||
|
Thanks to Tomoko Uchida.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 13:16:01 UTC 2015 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
- Don't buildrequires latex-related stuff.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 4 13:27:51 UTC 2015 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
- Split latex-related stuff into its own subpackage so we can
|
||||||
|
depend on the necessary latex components.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 29 13:18:28 UTC 2015 - hpj@urpla.net
|
||||||
|
|
||||||
|
- Be explicit about six version requirements
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 27 09:03:41 UTC 2015 - seife+obs@b1-systems.com
|
||||||
|
|
||||||
|
- fix build on CentOS/RHEL by conditionalizing Recommends: tag
|
||||||
|
- add #!BuildIgnore: texinfo to work around CentOS-7 project config
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 29 14:07:26 UTC 2015 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
- Fix directory for man update-alternatives
|
||||||
|
- Suggests are poorly-supported in openSUSE so use Recommends
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 13 17:17:57 UTC 2015 - alarrosa@suse.com
|
||||||
|
|
||||||
|
- Added python-six as a requirement, not only as build requirement
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 9 02:29:40 UTC 2015 - termim@gmail.com
|
||||||
|
|
||||||
|
- Update to 1.3.1
|
||||||
|
+ Bugs fixed
|
||||||
|
* see http://sphinx-doc.org/changes.html#release-1-3-1-released-mar-17-2015
|
||||||
|
for complete list of fixed bugs
|
||||||
|
|
||||||
|
- additional dependencies required by 1.3.1
|
||||||
|
+ python-Babel
|
||||||
|
+ python-alabaster
|
||||||
|
+ python-snowballstemmer
|
||||||
|
+ python-sphinx_rtdtheme
|
||||||
|
+ python-mock
|
||||||
|
+ python-six
|
||||||
|
|
||||||
|
- Update to 1.3
|
||||||
|
+ Incompatible changes
|
||||||
|
* Roles ref, term and menusel now don’t generate emphasis nodes
|
||||||
|
anymore. If you want to keep italic style, adapt your stylesheet.
|
||||||
|
* Role numref uses %s as special character to indicate position of
|
||||||
|
figure numbers instead # symbol.
|
||||||
|
* Dependency requirement updates: docutils 0.11, Pygments 2.0
|
||||||
|
* The gettext_enables config value has been renamed to
|
||||||
|
gettext_additional_targets.
|
||||||
|
* #1735: Use https://doc.python.org/ instead of http protocol. It was
|
||||||
|
used for sphinx.ext.intersphinx and some documentation.
|
||||||
|
* update bundled ez_setup.py for setuptools-7.0 that requires Python
|
||||||
|
2.6 or later.
|
||||||
|
* Dropped support for Python 2.5, 3.1 and 3.2.
|
||||||
|
* Dropped support for docutils versions up to 0.9.
|
||||||
|
* Removed the sphinx.ext.oldcmarkup extension.
|
||||||
|
* The deprecated config values exclude_trees, exclude_dirnames and
|
||||||
|
unused_docs have been removed.
|
||||||
|
* A new node, sphinx.addnodes.literal_strong, has been added, for text
|
||||||
|
that should appear literally (i.e. no smart quotes) in strong
|
||||||
|
font. Custom writers will have to be adapted to handle this node.
|
||||||
|
* PR#269, #1476: replace <tt> tag by <code>. User customized
|
||||||
|
stylesheets should be updated If the css contain some styles for tt>
|
||||||
|
tag. Thanks to Takeshi Komiya.
|
||||||
|
* #1543: templates_path is automatically added to exclude_patterns to
|
||||||
|
avoid reading autosummary rst templates in the templates directory.
|
||||||
|
* Custom domains should implement the new Domain.resolve_any_xref
|
||||||
|
method to make the any role work properly.
|
||||||
|
* gettext builder: gettext doesn’t emit uuid information to generated
|
||||||
|
pot files by default. Please set True to gettext_uuid to emit uuid
|
||||||
|
information. Additionally, if the python-levenshtein 3rd-party package is
|
||||||
|
installed, it will improve the calculation time.
|
||||||
|
* gettext builder: disable extracting/apply ‘index’ node by
|
||||||
|
default. Please set ‘index’ to gettext_enables to enable extracting index
|
||||||
|
entries.
|
||||||
|
* PR#307: Add frame to code-block in LaTeX. Thanks to Takeshi Komiya.
|
||||||
|
+ Features added
|
||||||
|
* Add convenience directives and roles to the C++ domain: directive
|
||||||
|
cpp:var as alias for cpp:member, role :cpp:var as alias for :cpp:member,
|
||||||
|
and role any for cross-reference to any C++ declaraction. #1577, #1744
|
||||||
|
* The source_suffix config value can now be a list of multiple suffixes.
|
||||||
|
* Add the ability to specify source parsers by source suffix with the
|
||||||
|
source_parsers config value.
|
||||||
|
* #1675: A new builder, AppleHelpBuilder, has been added that builds
|
||||||
|
Apple Help Books.
|
||||||
|
* #1346: Add new default theme;
|
||||||
|
Add ‘alabaster’ theme.
|
||||||
|
Add ‘sphinx_rtd_theme’ theme.
|
||||||
|
The ‘default’ html theme has been renamed to ‘classic’. ‘default’
|
||||||
|
is still available, however it will emit notice a recommendation that
|
||||||
|
using new ‘alabaster’ theme.
|
||||||
|
* Added highlight_options configuration value.
|
||||||
|
* The language config value is now available in the HTML templates.
|
||||||
|
* The env-updated event can now return a value, which is interpreted as
|
||||||
|
an iterable of additional docnames that need to be rewritten.
|
||||||
|
* #772: Support for scoped and unscoped enums in C++. Enumerators in
|
||||||
|
unscoped enums are injected into the parent scope in addition to the enum
|
||||||
|
scope.
|
||||||
|
* Add todo_include_todos config option to quickstart conf file, handled
|
||||||
|
as described in documentation.
|
||||||
|
* HTML breadcrumb items tag has class “nav-item” and “nav-item-N” (like
|
||||||
|
nav-item-0, 1, 2...).
|
||||||
|
* New option sphinx-quickstart --use-make-mode for generating Makefile
|
||||||
|
that use sphinx-build make-mode.
|
||||||
|
* #1235: i18n: several node can be translated if it is set to
|
||||||
|
gettext_additional_targets in conf.py. Supported nodes are:
|
||||||
|
‘literal-block’
|
||||||
|
‘doctest-block’
|
||||||
|
‘raw’
|
||||||
|
‘image’
|
||||||
|
* #1227: Add html_scaled_image_link config option to conf.py, to
|
||||||
|
control scaled image link.
|
||||||
|
* #1597: Added possibility to return a new template name from
|
||||||
|
html-page-context.
|
||||||
|
* PR#314, #1150: Configuration values are now checked for their type. A
|
||||||
|
warning is raised if the configured and the default value do not have the
|
||||||
|
same type and do not share a common non-trivial base class.
|
||||||
|
* Add support for Python 3.4.
|
||||||
|
* Add support for docutils 0.12
|
||||||
|
* Added sphinx.ext.napoleon extension for NumPy and Google style
|
||||||
|
docstring support.
|
||||||
|
* Added support for parallel reading (parsing) of source files with the
|
||||||
|
sphinx-build -j option. Third-party extensions will need to be checked
|
||||||
|
for compatibility and may need to be adapted if they store information in
|
||||||
|
the build environment object. See env-merge-info.
|
||||||
|
* Added the any role that can be used to find a cross-reference of any
|
||||||
|
type in any domain. Custom domains should implement the new
|
||||||
|
Domain.resolve_any_xref method to make this work properly.
|
||||||
|
* Exception logs now contain the last 10 messages emitted by Sphinx.
|
||||||
|
* Added support for extension versions (a string returned by setup(),
|
||||||
|
these can be shown in the traceback log files). Version requirements for
|
||||||
|
extensions can be specified in projects using the new needs_extensions
|
||||||
|
config value.
|
||||||
|
* Changing the default role within a document with the default-role
|
||||||
|
directive is now supported.
|
||||||
|
* PR#214: Added stemming support for 14 languages, so that the built-in
|
||||||
|
document search can now handle these. Thanks to Shibukawa Yoshiki.
|
||||||
|
* PR#296, PR#303, #76: numfig feature: Assign numbers to figures,
|
||||||
|
tables and code-blocks. This feature is configured with numfig,
|
||||||
|
numfig_secnum_depth and numfig_format. Also numref role is
|
||||||
|
available. Thanks to Takeshi Komiya.
|
||||||
|
* PR#202: Allow ”.” and “~” prefixed references in :param: doc fields
|
||||||
|
for Python.
|
||||||
|
* PR#184: Add autodoc_mock_imports, allowing to mock imports of
|
||||||
|
external modules that need not be present when autodocumenting.
|
||||||
|
* #925: Allow list-typed config values to be provided on the command
|
||||||
|
line, like -D key=val1,val2.
|
||||||
|
* #668: Allow line numbering of code-block and literalinclude
|
||||||
|
directives to start at an arbitrary line number, with a new lineno-start
|
||||||
|
option.
|
||||||
|
* PR#172, PR#266: The code-block and literalinclude directives now can
|
||||||
|
have a caption option that shows a filename before the code in the
|
||||||
|
output. Thanks to Nasimul Haque, Takeshi Komiya.
|
||||||
|
* Prompt for the document language in sphinx-quickstart.
|
||||||
|
* PR#217: Added config values to suppress UUID and location information
|
||||||
|
in generated gettext catalogs.
|
||||||
|
* PR#236, #1456: apidoc: Add a -M option to put module documentation
|
||||||
|
before submodule documentation. Thanks to Wes Turner and Luc Saffre.
|
||||||
|
* #1434: Provide non-minified JS files for jquery.js and underscore.js
|
||||||
|
to clarify the source of the minified files.
|
||||||
|
* PR#252, #1291: Windows color console support. Thanks to meu31.
|
||||||
|
* PR#255: When generating latex references, also insert latex
|
||||||
|
target/anchor for the ids defined on the node. Thanks to Olivier
|
||||||
|
Heurtier.
|
||||||
|
* PR#229: Allow registration of other translators. Thanks to Russell
|
||||||
|
Sim.
|
||||||
|
* Add app.set_translator() API to register or override a Docutils
|
||||||
|
translator class like html_translator_class.
|
||||||
|
* PR#267, #1134: add ‘diff’ parameter to literalinclude. Thanks to
|
||||||
|
Richard Wall and WAKAYAMA shirou.
|
||||||
|
* PR#272: Added ‘bizstyle’ theme. Thanks to Shoji KUMAGAI.
|
||||||
|
* Automatically compile *.mo files from *.po files when
|
||||||
|
gettext_auto_build is True (default) and *.po is newer than *.mo file.
|
||||||
|
* #623: sphinx.ext.viewcode supports imported function/class aliases.
|
||||||
|
* PR#275: sphinx.ext.intersphinx supports multiple target for the
|
||||||
|
inventory. Thanks to Brigitta Sipocz.
|
||||||
|
* PR#261: Added the env-before-read-docs event that can be connected to
|
||||||
|
modify the order of documents before they are read by the environment.
|
||||||
|
* #1284: Program options documented with option can now start with +.
|
||||||
|
* PR#291: The caption of code-block is recognised as a title of ref
|
||||||
|
target. Thanks to Takeshi Komiya.
|
||||||
|
* PR#298: Add new API: add_latex_package(). Thanks to Takeshi Komiya.
|
||||||
|
* #1344: add gettext_enables to enable extracting ‘index’ to gettext
|
||||||
|
catalog output / applying translation catalog to generated
|
||||||
|
documentation.
|
||||||
|
* PR#301, #1583: Allow the line numbering of the directive
|
||||||
|
literalinclude to match that of the included file, using a new
|
||||||
|
lineno-match option. Thanks to Jeppe Pihl.
|
||||||
|
* PR#299: add various options to sphinx-quickstart. Quiet mode option
|
||||||
|
--quiet will skips wizard mode. Thanks to WAKAYAMA shirou.
|
||||||
|
* #1623: Return types specified with :rtype: are now turned into links
|
||||||
|
if possible.
|
||||||
|
+ Bugs fixed
|
||||||
|
* see http://sphinx-doc.org/changes.html#release-1-3-released-mar-10-2015
|
||||||
|
for complete list of fixed bugs
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 9 16:14:01 UTC 2014 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
- Update to 1.2.3:
|
||||||
|
+ Features added
|
||||||
|
* #1518: `sphinx-apidoc` command now have a `--version` option to show version
|
||||||
|
information and exit
|
||||||
|
* New locales: Hebrew, European Portuguese, Vietnamese.
|
||||||
|
+ Bugs fixed
|
||||||
|
* #636: Keep straight single quotes in literal blocks in the LaTeX build.
|
||||||
|
* #1419: Generated i18n sphinx.js files are missing message catalog entries
|
||||||
|
from '.js_t' and '.html'. The issue was introduced from Sphinx-1.1
|
||||||
|
* #1363: Fix i18n: missing python domain's cross-references with currentmodule
|
||||||
|
directive or currentclass directive.
|
||||||
|
* #1444: autosummary does not create the description from attributes docstring.
|
||||||
|
* #1457: In python3 environment, make linkcheck cause "Can't convert 'bytes'
|
||||||
|
object to str implicitly" error when link target url has a hash part.
|
||||||
|
Thanks to Jorge_C.
|
||||||
|
* #1467: Exception on Python3 if nonexistent method is specified by automethod
|
||||||
|
* #1441: autosummary can't handle nested classes correctly.
|
||||||
|
* #1499: With non-callable `setup` in a conf.py, now sphinx-build emits
|
||||||
|
user-friendly error message.
|
||||||
|
* #1502: In autodoc, fix display of parameter defaults containing backslashes.
|
||||||
|
* #1226: autodoc, autosummary: importing setup.py by automodule will invoke
|
||||||
|
setup process and execute `sys.exit()`. Now sphinx avoids SystemExit
|
||||||
|
exception and emits warnings without unexpected termination.
|
||||||
|
* #1503: py:function directive generate incorrectly signature when specifying
|
||||||
|
a default parameter with an empty list `[]`. Thanks to Geert Jansen.
|
||||||
|
* #1508: Non-ASCII filename raise exception on make singlehtml, latex, man,
|
||||||
|
texinfo and changes.
|
||||||
|
* #1531: On Python3 environment, docutils.conf with 'source_link=true' in the
|
||||||
|
general section cause type error.
|
||||||
|
* PR#270, #1533: Non-ASCII docstring cause UnicodeDecodeError when uses with
|
||||||
|
inheritance-diagram directive. Thanks to WAKAYAMA shirou.
|
||||||
|
* PR#281, PR#282, #1509: TODO extension not compatible with websupport. Thanks
|
||||||
|
to Takeshi Komiya.
|
||||||
|
* #1477: gettext does not extract nodes.line in a table or list.
|
||||||
|
* #1544: `make text` generate wrong table when it has empty table cells.
|
||||||
|
* #1522: Footnotes from table get displayed twice in LaTeX. This problem has
|
||||||
|
been appeared from Sphinx-1.2.1 by #949.
|
||||||
|
* #508: Sphinx every time exit with zero when is invoked from setup.py command.
|
||||||
|
ex. `python setup.py build_sphinx -b doctest` return zero even if doctest
|
||||||
|
failed.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 6 12:50:16 UTC 2014 - mcihar@suse.cz
|
||||||
|
|
||||||
|
- Update to 1.2.2:
|
||||||
|
- PR#211: When checking for existence of the html_logo file, check the full
|
||||||
|
relative path and not the basename.
|
||||||
|
- PR#212: Fix traceback with autodoc and __init__ methods without docstring.
|
||||||
|
- PR#213: Fix a missing import in the setup command.
|
||||||
|
- #1357: Option names documented by option are now again allowed to not start
|
||||||
|
with a dash or slash, and referencing them will work correctly.
|
||||||
|
- #1358: Fix handling of image paths outside of the source directory when
|
||||||
|
using the “wildcard” style reference.
|
||||||
|
- #1374: Fix for autosummary generating overly-long summaries if first line
|
||||||
|
doesn’t end with a period.
|
||||||
|
- #1383: Fix Python 2.5 compatibility of sphinx-apidoc.
|
||||||
|
- #1391: Actually prevent using “pngmath” and “mathjax” extensions at the
|
||||||
|
same time in sphinx-quickstart.
|
||||||
|
- #1386: Fix bug preventing more than one theme being added by the entry
|
||||||
|
point mechanism.
|
||||||
|
- #1370: Ignore “toctree” nodes in text writer, instead of raising.
|
||||||
|
- #1364: Fix ‘make gettext’ fails when the ‘.. todolist::’ directive is
|
||||||
|
present.
|
||||||
|
- #1367: Fix a change of PR#96 that break
|
||||||
|
sphinx.util.docfields.Field.make_field interface/behavior for item argument
|
||||||
|
usage.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 10 15:08:45 UTC 2014 - speilicke@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.2.1
|
||||||
|
+ See CHANGES
|
||||||
|
- Fix update-alternatives usage
|
||||||
|
- Removed sphinx-setup_command_unicode.patch (upstream)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 18 09:05:53 UTC 2013 - speilicke@suse.com
|
||||||
|
|
||||||
|
- Fix %preun update-alternatives, used wrong master
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 15 12:17:12 UTC 2013 - speilicke@suse.com
|
||||||
|
|
||||||
|
- Only ghost /etc/alternatives on 12.3 or newer
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 13 14:54:09 UTC 2013 - speilicke@suse.com
|
||||||
|
|
||||||
|
- Add sphinx-setup_command_unicode.patch: Backport of
|
||||||
|
https://bitbucket.org/birkenfeld/sphinx/pull-request/193/
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 6 08:10:01 UTC 2013 - speilicke@suse.com
|
||||||
|
|
||||||
|
- Updateo version 1.2b3:
|
||||||
|
+ The Sphinx error log files will now include a list of the loaded extensions
|
||||||
|
for help in debugging.
|
||||||
|
+ PR#154: Remove "sphinx" prefix from LaTeX class name except 'sphinxmanual'
|
||||||
|
and 'sphinxhowto'. Now you can use your custom document class without
|
||||||
|
'sphinx' prefix. Thanks to Erik B.
|
||||||
|
+ #1265: Fix i18n: crash when translating a section name that is pointed to from
|
||||||
|
a named target.
|
||||||
|
+ A wrong condition broke the search feature on first page that is usually
|
||||||
|
index.rst. This issue was introduced in 1.2b1.
|
||||||
|
+ #703: When Sphinx can't decode filenames with non-ASCII characters, Sphinx now
|
||||||
|
catches UnicodeError and will continue if possible instead of raising the
|
||||||
|
exception.
|
||||||
|
- Changes from version 1.2b2 and prior:
|
||||||
|
+ See CHANGES file
|
||||||
|
- Own /etc/alternatives/sphinx-* by ghosting (update-alternatives)
|
||||||
|
- Dropped sphinx-docutils-0.10.patch (merged upstream)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 24 11:14:54 UTC 2013 - speilicke@suse.com
|
||||||
|
|
||||||
|
- Require python-setuptools instead of distribute (upstreams merged)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 18 09:15:10 UTC 2013 - speilicke@suse.com
|
||||||
|
|
||||||
|
- Drop runtime req on python-distribute
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 9 14:16:18 UTC 2013 - dmueller@suse.com
|
||||||
|
|
||||||
|
- add sphinx-docutils-0.10.patch:
|
||||||
|
* add support for docutils 0.10
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 16 10:33:17 UTC 2013 - speilicke@suse.com
|
||||||
|
|
||||||
|
- Fix update-alternatives and support upgrade from previous versions
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 30 14:38:24 UTC 2013 - speilicke@suse.com
|
||||||
|
|
||||||
|
- Apply update-alternatives for binaries and man-pages
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 20 11:42:44 UTC 2012 - saschpe@suse.de
|
||||||
|
|
||||||
|
- Run testsuite
|
||||||
|
- Build and install man-pages
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 15 05:29:16 UTC 2012 - saschpe@suse.de
|
||||||
|
|
||||||
|
- Revert last "locale" change, it was a false positive
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 6 00:24:32 UTC 2012 - saschpe@suse.de
|
||||||
|
|
||||||
|
- Remove obsolete SUSE version checks
|
||||||
|
- Don't package locale files twice
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 23 16:02:17 UTC 2012 - highwaystar.ru@gmail.com
|
||||||
|
|
||||||
|
- python3 package added
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 23 12:59:54 UTC 2012 - saschpe@suse.de
|
||||||
|
|
||||||
|
- Update to version 1.1.13:
|
||||||
|
* PR#40: Fix safe_repr function to decode bytestrings with non-ASCII
|
||||||
|
characters correctly.
|
||||||
|
* PR#37: Allow configuring sphinx-apidoc via SPHINX_APIDOC_OPTIONS.
|
||||||
|
* PR#34: Restore Python 2.4 compatibility.
|
||||||
|
* PR#36: Make the "bibliography to TOC" fix in LaTeX output specific to
|
||||||
|
the document class.
|
||||||
|
* #695: When the highlight language "python" is specified explicitly,
|
||||||
|
do not try to parse the code to recognize non-Python snippets.
|
||||||
|
* #859: Fix exception under certain circumstances when not finding
|
||||||
|
appropriate objects to link to.
|
||||||
|
* #860: Do not crash when encountering invalid doctest examples, just
|
||||||
|
emit a warning.
|
||||||
|
* #864: Fix crash with some settings of :confval:modindex_common_prefix.
|
||||||
|
* #862: Fix handling of -D and -A options on Python 3.
|
||||||
|
* #851: Recognize and warn about circular toctrees, instead of running
|
||||||
|
into recursion errors.
|
||||||
|
* #853: Restore compatibility with docutils trunk.
|
||||||
|
* #852: Fix HtmlHelp index entry links again.
|
||||||
|
* #854: Fix inheritance_diagram raising attribute errors on builtins.
|
||||||
|
* #832: Fix crashes when putting comments or lone terms in a glossary.
|
||||||
|
* #834, #818: Fix HTML help language/encoding mapping for all Sphinx
|
||||||
|
supported languages.
|
||||||
|
* #844: Fix crashes when dealing with Unicode output in doctest extension.
|
||||||
|
* #831: Provide --project flag in setup_command as advertised.
|
||||||
|
* #875: Fix reading config files under Python 3.
|
||||||
|
* #876: Fix quickstart test under Python 3.
|
||||||
|
* #870: Fix spurious KeyErrors when removing documents.
|
||||||
|
* #892: Fix single-HTML builder misbehaving with the master document in a
|
||||||
|
subdirectory.
|
||||||
|
* #873: Fix assertion errors with empty only directives.
|
||||||
|
* #816: Fix encoding issues in the Qt help builder.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 10 11:05:21 UTC 2011 - saschpe@suse.de
|
||||||
|
|
||||||
|
- Update to version 1.1.2:
|
||||||
|
* #809: Include custom fixers in the source distribution.
|
||||||
|
- Changes from version 1.1.1:
|
||||||
|
* #791: Fix QtHelp, DevHelp and HtmlHelp index entry links.
|
||||||
|
* #792: Include "sphinx-apidoc" in the source distribution.
|
||||||
|
* #797: Don't crash on a misformatted glossary.
|
||||||
|
* #801: Make intersphinx work properly without SSL support.
|
||||||
|
* #805: Make the Sphinx.add_index_to_domain method work correctly.
|
||||||
|
* #780: Fix Python 2.5 compatibility.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 22 10:58:02 UTC 2011 - saschpe@suse.de
|
||||||
|
|
||||||
|
- Require python-docutils instead of docutils
|
||||||
|
- Change license to BSD-2-Clause (SPDX style, according to LICENSE)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 31 13:59:59 UTC 2011 - saschpe@suse.de
|
||||||
|
|
||||||
|
- Corrected buildrequires/requires:
|
||||||
|
* python-jinja2 is now python-Jinja2
|
||||||
|
* python-pygments is now python-Pygments
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 12 09:59:25 UTC 2011 - mcihar@suse.cz
|
||||||
|
|
||||||
|
- add python-distribute to Requires, it is needed to run sphinx-build
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 3 11:31:27 UTC 2011 - saschpe@gmx.de
|
||||||
|
|
||||||
|
- Renamed to 'python-Sphinx', obsoletes 'python-sphinx'
|
||||||
|
- Update to version 1.0.7:
|
||||||
|
* #347: Fix wrong generation of directives of static methods in
|
||||||
|
autosummary.
|
||||||
|
* #599: Import PIL as from PIL import Image.
|
||||||
|
* #558: Fix longtables with captions in LaTeX output.
|
||||||
|
* Make token references work as hyperlinks again in LaTeX output.
|
||||||
|
* #572: Show warnings by default when reference labels cannot be
|
||||||
|
found.
|
||||||
|
* #536: Include line number when complaining about missing reference
|
||||||
|
targets in nitpicky mode.
|
||||||
|
* #590: Fix inline display of graphviz diagrams in LaTeX output.
|
||||||
|
* #589: Build using app.build() in setup command.
|
||||||
|
* Fix a bug in the inheritance diagram exception that caused base
|
||||||
|
classes to be skipped if one of them is a builtin.
|
||||||
|
* Fix general index links for C++ domain objects.
|
||||||
|
* #332: Make admonition boundaries in LaTeX output visible.
|
||||||
|
* #573: Fix KeyErrors occurring on rebuild after removing a file.
|
||||||
|
* Fix a traceback when removing files with globbed toctrees.
|
||||||
|
* If an autodoc object cannot be imported, always re-read the
|
||||||
|
document containing the directive on next build.
|
||||||
|
* If an autodoc object cannot be imported, show the full traceback
|
||||||
|
of the import error.
|
||||||
|
* Fix a bug where the removal of download files and images wasn't
|
||||||
|
noticed.
|
||||||
|
* #571: Implement ~ cross-reference prefix for the C domain.
|
||||||
|
* Fix regression of LaTeX output with the fix of #556.
|
||||||
|
* #568: Fix lookup of class attribute documentation on descriptors
|
||||||
|
so that comment documentation now works.
|
||||||
|
* Fix traceback with only directives preceded by targets.
|
||||||
|
* Fix tracebacks occurring for duplicate C++ domain objects.
|
||||||
|
* Fix JavaScript domain links to objects with $ in their name.
|
||||||
|
- Spec file cleanup:
|
||||||
|
* Use fdupes and %find_lang
|
||||||
|
* Removed authors from description
|
||||||
|
* Make doc package on require %{version}, not %{release}
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 12 09:36:17 UTC 2011 - saschpe@suse.de
|
||||||
|
|
||||||
|
- Spec file cleanup
|
||||||
|
* correct doc package group, no dupes
|
||||||
|
* added rpmlintrc file
|
||||||
|
- Update to 1.0.6
|
||||||
|
* #581: Fix traceback in Python domain for empty cross-reference
|
||||||
|
targets.
|
||||||
|
* #283: Fix literal block display issues on Chrome browsers.
|
||||||
|
* #383, #148: Support sorting a limited range of accented
|
||||||
|
characters in the general index and the glossary.
|
||||||
|
* #570: Try decoding -D and -A command-line arguments with
|
||||||
|
the locale's preferred encoding.
|
||||||
|
* #528: Observe locale_dirs when looking for the JS
|
||||||
|
translations file.
|
||||||
|
* #574: Add special code for better support of Japanese documents
|
||||||
|
in the LaTeX builder.
|
||||||
|
* Regression of #77: If there is only one parameter given with
|
||||||
|
:param: markup, the bullet list is now suppressed again.
|
||||||
|
* #556: Fix missing paragraph breaks in LaTeX output in certain
|
||||||
|
situations.
|
||||||
|
* #567: Emit the autodoc-process-docstring event even for objects
|
||||||
|
without a docstring so that it can add content.
|
||||||
|
* #565: In the LaTeX builder, not only literal blocks require
|
||||||
|
different table handling, but also quite a few other list-like
|
||||||
|
block elements.
|
||||||
|
* #515: Fix tracebacks in the viewcode extension for Python objects
|
||||||
|
that do not have a valid signature.
|
||||||
|
* Fix strange reportings of line numbers for warnings generated
|
||||||
|
from autodoc-included docstrings, due to different behavior
|
||||||
|
depending on docutils version.
|
||||||
|
* Several fixes to the C++ domain.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 3 12:04:29 UTC 2011 - nix@opensuse.org
|
||||||
|
|
||||||
|
- Update to 1.0.5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 8 12:35:13 UTC 2010 - nix@opensuse.org
|
||||||
|
|
||||||
|
- Update to 1.0.3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 26 14:34:11 UTC 2010 - nix@opensuse.org
|
||||||
|
|
||||||
|
- Update to 0.6.5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 11 10:53:47 CEST 2009 - cfarrell@suse.de
|
||||||
|
|
||||||
|
- Update to 0.6.2 and split docs into separate package
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 5 21:54:31 CEST 2009 - poeml@suse.de
|
||||||
|
|
||||||
|
- initial package (0.6.1)
|
||||||
|
|
170
python-Sphinx-doc.spec
Normal file
170
python-Sphinx-doc.spec
Normal file
@ -0,0 +1,170 @@
|
|||||||
|
#
|
||||||
|
# spec file for package python-Sphinx-doc
|
||||||
|
#
|
||||||
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
|
Name: python-Sphinx-doc
|
||||||
|
Version: 1.6.3
|
||||||
|
Release: 0
|
||||||
|
Url: http://sphinx-doc.org
|
||||||
|
Summary: Documentation for python-Sphinx
|
||||||
|
License: BSD-2-Clause
|
||||||
|
Group: Documentation/Other
|
||||||
|
Source: https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-%{version}.tar.gz
|
||||||
|
Patch1: disable-test.patch
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: python3-Sphinx
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
|
Recommends: %{name}-html = %{version}
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
%python_subpackages
|
||||||
|
|
||||||
|
%description
|
||||||
|
Sphinx is a tool that makes it easy to create intelligent and beautiful
|
||||||
|
documentation for Python projects (or other documents consisting of multiple
|
||||||
|
reStructuredText sources), written by Georg Brandl. It was originally created
|
||||||
|
for the new Python documentation, and has excellent facilities for Python
|
||||||
|
project documentation, but C/C++ is supported as well, and more languages are
|
||||||
|
planned.
|
||||||
|
|
||||||
|
Sphinx uses reStructuredText as its markup language, and many of its strengths
|
||||||
|
come from the power and straightforwardness of reStructuredText and its parsing
|
||||||
|
and translating suite, the Docutils.
|
||||||
|
|
||||||
|
This package contained the documentation for Sphinx.
|
||||||
|
|
||||||
|
%package man
|
||||||
|
Summary: Man files for python-Sphinx
|
||||||
|
Group: Documentation/Man
|
||||||
|
Requires: python-Sphinx = %{version}
|
||||||
|
Requires: %{name}-man-common = %{version}
|
||||||
|
Requires(post): update-alternatives
|
||||||
|
Requires(postun): update-alternatives
|
||||||
|
|
||||||
|
%description man
|
||||||
|
Sphinx is a tool that makes it easy to create intelligent and beautiful
|
||||||
|
documentation for Python projects (or other documents consisting of multiple
|
||||||
|
reStructuredText sources), written by Georg Brandl. It was originally created
|
||||||
|
for the new Python documentation, and has excellent facilities for Python
|
||||||
|
project documentation, but C/C++ is supported as well, and more languages are
|
||||||
|
planned.
|
||||||
|
|
||||||
|
Sphinx uses reStructuredText as its markup language, and many of its strengths
|
||||||
|
come from the power and straightforwardness of reStructuredText and its parsing
|
||||||
|
and translating suite, the Docutils.
|
||||||
|
|
||||||
|
This package contained the manual pages for the Sphinx executables.
|
||||||
|
|
||||||
|
%package -n %{name}-html
|
||||||
|
Summary: HTML Documentation for python-Sphinx
|
||||||
|
Group: Documentation/HTML
|
||||||
|
Provides: %{python_module Sphinx-doc-html = %{version}}
|
||||||
|
|
||||||
|
%description -n %{name}-html
|
||||||
|
Sphinx is a tool that makes it easy to create intelligent and beautiful
|
||||||
|
documentation for Python projects (or other documents consisting of multiple
|
||||||
|
reStructuredText sources), written by Georg Brandl. It was originally created
|
||||||
|
for the new Python documentation, and has excellent facilities for Python
|
||||||
|
project documentation, but C/C++ is supported as well, and more languages are
|
||||||
|
planned.
|
||||||
|
|
||||||
|
Sphinx uses reStructuredText as its markup language, and many of its strengths
|
||||||
|
come from the power and straightforwardness of reStructuredText and its parsing
|
||||||
|
and translating suite, the Docutils.
|
||||||
|
|
||||||
|
This package contained the HTML documentation for Sphinx.
|
||||||
|
|
||||||
|
%package -n %{name}-man-common
|
||||||
|
Summary: Man files for python-Sphinx - python-independent versions
|
||||||
|
Group: Documentation/Man
|
||||||
|
Provides: %{python_module Sphinx-doc-man-common = %{version}}
|
||||||
|
|
||||||
|
%description -n %{name}-man-common
|
||||||
|
Sphinx is a tool that makes it easy to create intelligent and beautiful
|
||||||
|
documentation for Python projects (or other documents consisting of multiple
|
||||||
|
reStructuredText sources), written by Georg Brandl. It was originally created
|
||||||
|
for the new Python documentation, and has excellent facilities for Python
|
||||||
|
project documentation, but C/C++ is supported as well, and more languages are
|
||||||
|
planned.
|
||||||
|
|
||||||
|
Sphinx uses reStructuredText as its markup language, and many of its strengths
|
||||||
|
come from the power and straightforwardness of reStructuredText and its parsing
|
||||||
|
and translating suite, the Docutils.
|
||||||
|
|
||||||
|
This package contained the python version-independent manual pages for the
|
||||||
|
Sphinx executables.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n Sphinx-%{version}
|
||||||
|
%patch1 -p1
|
||||||
|
|
||||||
|
%build
|
||||||
|
# build documentation
|
||||||
|
%{_python_use_flavor python3}
|
||||||
|
|
||||||
|
mkdir build.doc
|
||||||
|
|
||||||
|
%__python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
|
||||||
|
%__python3 setup.py build_sphinx -b man
|
||||||
|
|
||||||
|
mv build/sphinx/{html,man} build.doc/
|
||||||
|
|
||||||
|
%install
|
||||||
|
install -d %{buildroot}%{_docdir}/python-Sphinx/
|
||||||
|
install -d %{buildroot}%{_mandir}/man1/
|
||||||
|
|
||||||
|
mv build.doc/html %{buildroot}%{_docdir}/python-Sphinx/
|
||||||
|
|
||||||
|
mv build.doc/man/sphinx-all.1 %{buildroot}%{_mandir}/man1/sphinx-all.1
|
||||||
|
mv build.doc/man/sphinx-apidoc.1 %{buildroot}%{_mandir}/man1/sphinx-apidoc.1
|
||||||
|
mv build.doc/man/sphinx-build.1 %{buildroot}%{_mandir}/man1/sphinx-build.1
|
||||||
|
mv build.doc/man/sphinx-quickstart.1 %{buildroot}%{_mandir}/man1/sphinx-quickstart.1
|
||||||
|
|
||||||
|
%python_clone %{buildroot}%{_mandir}/man1/sphinx-all.1
|
||||||
|
%python_clone %{buildroot}%{_mandir}/man1/sphinx-apidoc.1
|
||||||
|
%python_clone %{buildroot}%{_mandir}/man1/sphinx-build.1
|
||||||
|
%python_clone %{buildroot}%{_mandir}/man1/sphinx-quickstart.1
|
||||||
|
|
||||||
|
%files %{python_files}
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%doc AUTHORS LICENSE EXAMPLES
|
||||||
|
|
||||||
|
%files %{python_files man}
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%doc AUTHORS LICENSE
|
||||||
|
%{_mandir}/man1/sphinx-all-%{python_bin_suffix}.1%ext_man
|
||||||
|
%{_mandir}/man1/sphinx-apidoc-%{python_bin_suffix}.1%ext_man
|
||||||
|
%{_mandir}/man1/sphinx-build-%{python_bin_suffix}.1%ext_man
|
||||||
|
%{_mandir}/man1/sphinx-quickstart-%{python_bin_suffix}.1%ext_man
|
||||||
|
|
||||||
|
%files -n %{name}-html
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%doc AUTHORS LICENSE
|
||||||
|
%dir %{_docdir}/python-Sphinx/
|
||||||
|
%{_docdir}/python-Sphinx/html/
|
||||||
|
|
||||||
|
%files -n %{name}-man-common
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%doc AUTHORS LICENSE
|
||||||
|
%{_mandir}/man1/sphinx-all.1%ext_man
|
||||||
|
%{_mandir}/man1/sphinx-apidoc.1%ext_man
|
||||||
|
%{_mandir}/man1/sphinx-build.1%ext_man
|
||||||
|
%{_mandir}/man1/sphinx-quickstart.1%ext_man
|
||||||
|
|
||||||
|
%changelog
|
@ -1,3 +1,61 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 24 19:11:52 UTC 2017 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
- Split documentation into subpackage to avoid dependency loops.
|
||||||
|
- Only require python3-typing for python3 < 3.5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 3 13:45:38 UTC 2017 - tbechtold@suse.com
|
||||||
|
|
||||||
|
- update to 1.6.3:
|
||||||
|
* #3821: Failed to import sphinx.util.compat with docutils-0.14rc1
|
||||||
|
* #3829: sphinx-quickstart template is incomplete regarding use of alabaster
|
||||||
|
* #3772: 'str object' has no attribute 'filename'
|
||||||
|
* Emit wrong warnings if citation label includes hyphens (refs: #3565)
|
||||||
|
* #3858: Some warnings are not colored when using --color option
|
||||||
|
* #3775: Remove unwanted whitespace in default template
|
||||||
|
* #3835: sphinx.ext.imgmath fails to convert SVG images if project directory
|
||||||
|
name contains spaces
|
||||||
|
* #3850: Fix color handling in make mode's help command
|
||||||
|
* #3865: use of self.env.warn in sphinx extension fails
|
||||||
|
* #3824: production lists apply smart quotes transform since Sphinx 1.6.1
|
||||||
|
* latex: fix ``\sphinxbfcode`` swallows initial space of argument
|
||||||
|
* #3878: Quotes in auto-documented class attributes should be straight quotes
|
||||||
|
in PDF output
|
||||||
|
* #3881: LaTeX figure floated to next page sometimes leaves extra vertical
|
||||||
|
whitespace
|
||||||
|
* #3885: duplicated footnotes raises IndexError
|
||||||
|
* #3873: Failure of deprecation warning mechanism of
|
||||||
|
``sphinx.util.compat.Directive``
|
||||||
|
* #3874: Bogus warnings for "citation not referenced" for cross-file citations
|
||||||
|
* #3860: Don't download images when builders not supported images
|
||||||
|
* #3860: Remote image URIs without filename break builders not supported remote
|
||||||
|
images
|
||||||
|
* #3833: command line messages are translated unintentionally with ``language``
|
||||||
|
setting.
|
||||||
|
* #3840: make checking ``epub_uid`` strict
|
||||||
|
* #3851, #3706: Fix about box drawing characters for PDF output
|
||||||
|
* #3900: autosummary could not find methods
|
||||||
|
* #3902: Emit error if ``latex_documents`` contains non-unicode string in py2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 30 06:54:21 UTC 2017 - tbechtold@suse.com
|
||||||
|
|
||||||
|
- python-sphinxcontrib-websupport is a Requires
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 29 15:44:02 UTC 2017 - tbechtold@suse.com
|
||||||
|
|
||||||
|
- Adjust Requires
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 23 18:04:59 UTC 2017 - tbechtold@suse.com
|
||||||
|
|
||||||
|
- update to 1.6.2:
|
||||||
|
* See http://www.sphinx-doc.org/en/stable/changes.html
|
||||||
|
- Adjust Requires and BuildRequires
|
||||||
|
- Add disable-test.patch to disable test which needs remote access.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 8 15:38:53 UTC 2017 - toddrme2178@gmail.com
|
Mon May 8 15:38:53 UTC 2017 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-Sphinx
|
# spec file for package python-Sphinx-doc
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -25,47 +25,42 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define oldpython python
|
%define oldpython python
|
||||||
Name: python-Sphinx
|
Name: python-Sphinx
|
||||||
Version: 1.5.2
|
Version: 1.6.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://sphinx-doc.org
|
Url: http://sphinx-doc.org
|
||||||
Summary: Python documentation generator
|
Summary: Python documentation generator
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Source: https://pypi.io/packages/source/S/Sphinx/Sphinx-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-%{version}.tar.gz
|
||||||
|
Patch1: disable-test.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION documentation requirements
|
|
||||||
BuildRequires: %{python_module Babel >= 1.3}
|
|
||||||
BuildRequires: %{python_module Jinja2 >= 2.3}
|
|
||||||
BuildRequires: %{python_module Pygments >= 2.1}
|
|
||||||
BuildRequires: %{python_module alabaster >= 0.7}
|
|
||||||
BuildRequires: %{python_module docutils >= 0.11}
|
|
||||||
BuildRequires: %{python_module imagesize}
|
|
||||||
BuildRequires: %{python_module requests >= 2.4}
|
|
||||||
BuildRequires: %{python_module six >= 1.5}
|
|
||||||
BuildRequires: %{python_module snowballstemmer >= 1.1}
|
|
||||||
BuildRequires: %{python_module sphinx_rtd_theme}
|
|
||||||
# ENDSECTION doc requirements
|
|
||||||
# SECTION testsuite requirements
|
|
||||||
BuildRequires: %{python_module html5lib}
|
|
||||||
BuildRequires: %{python_module mock}
|
|
||||||
BuildRequires: %{python_module pytest}
|
|
||||||
# ENDSECTION
|
|
||||||
# for python 2 only:
|
|
||||||
BuildRequires: python-enum34
|
|
||||||
Requires: python-Babel >= 1.3
|
Requires: python-Babel >= 1.3
|
||||||
Requires: python-Jinja2 >= 2.3
|
Requires: python-Jinja2 >= 2.3
|
||||||
Requires: python-Pygments >= 2.0
|
Requires: python-Pygments >= 2.0
|
||||||
Requires: python-alabaster >= 0.7
|
Requires: python-alabaster >= 0.7
|
||||||
Requires: python-docutils >= 0.11
|
Requires: python-docutils >= 0.11
|
||||||
Requires: python-imagesize
|
Requires: python-imagesize
|
||||||
Requires: python-requests >= 2.4
|
Requires: python-requests >= 2.0.0
|
||||||
Requires: python-six >= 1.5
|
Requires: python-six >= 1.5
|
||||||
Requires: python-snowballstemmer >= 1.1
|
Requires: python-snowballstemmer >= 1.1
|
||||||
Requires: python-sphinx_rtd_theme
|
Requires: python-sphinx_rtd_theme
|
||||||
|
Requires: python-sphinxcontrib-websupport
|
||||||
|
Recommends: python-SQLAlchemy >= 0.9
|
||||||
|
Recommends: python-Whoosh >= 2.0
|
||||||
|
Recommends: %{name}-doc-man
|
||||||
|
%ifpython2
|
||||||
|
Requires: python-enum34
|
||||||
|
Requires: python-typing
|
||||||
|
%endif
|
||||||
|
%ifpython3
|
||||||
|
%if %{python3_version_nodots} < 35
|
||||||
|
Requires: python-typing
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun): update-alternatives
|
||||||
|
|
||||||
@ -95,23 +90,6 @@ Sphinx uses reStructuredText as its markup language, and many of its strengths
|
|||||||
come from the power and straightforwardness of reStructuredText and its parsing
|
come from the power and straightforwardness of reStructuredText and its parsing
|
||||||
and translating suite, the Docutils.
|
and translating suite, the Docutils.
|
||||||
|
|
||||||
%package -n %{name}-doc
|
|
||||||
Summary: Documentation for %{name}
|
|
||||||
Group: Documentation/Other
|
|
||||||
Provides: %{python_module Sphinx-doc = %{version}}
|
|
||||||
|
|
||||||
%description -n %{name}-doc
|
|
||||||
Sphinx is a tool that makes it easy to create intelligent and beautiful
|
|
||||||
documentation for Python projects (or other documents consisting of multiple
|
|
||||||
reStructuredText sources), written by Georg Brandl. It was originally created
|
|
||||||
for the new Python documentation, and has excellent facilities for Python
|
|
||||||
project documentation, but C/C++ is supported as well, and more languages are
|
|
||||||
planned.
|
|
||||||
|
|
||||||
Sphinx uses reStructuredText as its markup language, and many of its strengths
|
|
||||||
come from the power and straightforwardness of reStructuredText and its parsing
|
|
||||||
and translating suite, the Docutils.
|
|
||||||
|
|
||||||
%package latex
|
%package latex
|
||||||
Summary: Sphinx packages for LaTeX
|
Summary: Sphinx packages for LaTeX
|
||||||
Group: Productivity/Publishing/TeX/Base
|
Group: Productivity/Publishing/TeX/Base
|
||||||
@ -192,53 +170,26 @@ This package contains the LaTeX components for %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Sphinx-%{version}
|
%setup -q -n Sphinx-%{version}
|
||||||
|
%patch1 -p1
|
||||||
|
|
||||||
rm -r sphinx/locale/__init__.pyc # drop shipped garbage
|
|
||||||
sed -i '/#\!/d' sphinx/pycode/pgen2/token.py # Fix non-excutable-script warning
|
sed -i '/#\!/d' sphinx/pycode/pgen2/token.py # Fix non-excutable-script warning
|
||||||
sed -i 's/\r$//' sphinx/themes/basic/static/jquery.js # Fix wrong end-of-line encoding
|
sed -i 's/\r$//' sphinx/themes/basic/static/jquery.js # Fix wrong end-of-line encoding
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# build library
|
|
||||||
%python_build
|
%python_build
|
||||||
|
|
||||||
# build documentation
|
|
||||||
%{_python_use_flavor python3}
|
|
||||||
mkdir build.doc
|
|
||||||
%__python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
|
|
||||||
%__python3 setup.py build_sphinx -b man
|
|
||||||
mv build/sphinx/{html,man} build.doc
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
|
|
||||||
install -d %{buildroot}%{_mandir}/man1/
|
|
||||||
|
|
||||||
mv build.doc/man/sphinx-all.1 %{buildroot}%{_mandir}/man1/sphinx-all.1
|
|
||||||
mv build.doc/man/sphinx-apidoc.1 %{buildroot}%{_mandir}/man1/sphinx-apidoc.1
|
|
||||||
mv build.doc/man/sphinx-build.1 %{buildroot}%{_mandir}/man1/sphinx-build.1
|
|
||||||
mv build.doc/man/sphinx-quickstart.1 %{buildroot}%{_mandir}/man1/sphinx-quickstart.1
|
|
||||||
|
|
||||||
%python_clone -a %{buildroot}%{_bindir}/sphinx-apidoc
|
%python_clone -a %{buildroot}%{_bindir}/sphinx-apidoc
|
||||||
%python_clone -a %{buildroot}%{_bindir}/sphinx-autogen
|
%python_clone -a %{buildroot}%{_bindir}/sphinx-autogen
|
||||||
%python_clone -a %{buildroot}%{_bindir}/sphinx-build
|
%python_clone -a %{buildroot}%{_bindir}/sphinx-build
|
||||||
%python_clone -a %{buildroot}%{_bindir}/sphinx-quickstart
|
%python_clone -a %{buildroot}%{_bindir}/sphinx-quickstart
|
||||||
|
|
||||||
%python_clone -a %{buildroot}%{_mandir}/man1/sphinx-all.1
|
|
||||||
%python_clone -a %{buildroot}%{_mandir}/man1/sphinx-apidoc.1
|
|
||||||
%python_clone -a %{buildroot}%{_mandir}/man1/sphinx-build.1
|
|
||||||
%python_clone -a %{buildroot}%{_mandir}/man1/sphinx-quickstart.1
|
|
||||||
|
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
|
||||||
export PYTHONPATH=$PWD
|
|
||||||
export LANG=en_US.UTF-8
|
|
||||||
# exclude online-only linkcheck test
|
|
||||||
export EXCLUDES="--ignore=test_build_linkcheck.py"
|
|
||||||
%{python_expand make test PYTHON=%__$python TEST="$EXCLUDES"}
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%{python_install_alternative sphinx-apidoc sphinx-autogen sphinx-build sphinx-quickstart sphinx-all.1%ext_man sphinx-apidoc.1%ext_man sphinx-build.1%ext_man sphinx-quickstart.1%ext_man}
|
%{python_install_alternative sphinx-apidoc sphinx-autogen sphinx-build sphinx-quickstart}
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%python_uninstall_alternative sphinx-apidoc
|
%python_uninstall_alternative sphinx-apidoc
|
||||||
@ -250,21 +201,12 @@ export EXCLUDES="--ignore=test_build_linkcheck.py"
|
|||||||
%python_alternative %{_bindir}/sphinx-autogen
|
%python_alternative %{_bindir}/sphinx-autogen
|
||||||
%python_alternative %{_bindir}/sphinx-build
|
%python_alternative %{_bindir}/sphinx-build
|
||||||
%python_alternative %{_bindir}/sphinx-quickstart
|
%python_alternative %{_bindir}/sphinx-quickstart
|
||||||
%python_alternative %{_mandir}/man1/sphinx-all.1%ext_man
|
|
||||||
%python_alternative %{_mandir}/man1/sphinx-apidoc.1%ext_man
|
|
||||||
%python_alternative %{_mandir}/man1/sphinx-build.1%ext_man
|
|
||||||
%python_alternative %{_mandir}/man1/sphinx-quickstart.1%ext_man
|
|
||||||
%{python_sitelib}/sphinx/
|
%{python_sitelib}/sphinx/
|
||||||
%if %{with latex}
|
%if %{with latex}
|
||||||
%exclude %{python_sitelib}/sphinx/texinputs/
|
%exclude %{python_sitelib}/sphinx/texinputs/
|
||||||
%endif
|
%endif
|
||||||
%{python_sitelib}/Sphinx-%{version}-py*.egg-info
|
%{python_sitelib}/Sphinx-%{version}-py*.egg-info
|
||||||
|
|
||||||
%files -n %{name}-doc
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc AUTHORS LICENSE EXAMPLES
|
|
||||||
%doc build.doc/html/
|
|
||||||
|
|
||||||
# Requirements are not available on SLES
|
# Requirements are not available on SLES
|
||||||
%if %{with latex}
|
%if %{with latex}
|
||||||
%files %{python_files latex}
|
%files %{python_files latex}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user