mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge branch '5.x'
This commit is contained in:
commit
1e3ade55fe
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
- python: "3.10"
|
||||
docutils: du18
|
||||
- python: "3.10"
|
||||
docutils: du19pre
|
||||
docutils: du19
|
||||
- python: "3.11-dev"
|
||||
docutils: py311
|
||||
|
||||
|
26
CHANGES
26
CHANGES
@ -49,10 +49,17 @@ Features added
|
||||
Pradyun Gedam.
|
||||
* #10619: LaTeX: new ``shadowShadowColor`` and ``shadowBorderColor`` configurations
|
||||
for :ref:`'sphinxsetup' <latexsphinxsetup>` key of :confval:`latex_elements`
|
||||
* #10639: LaTeX: ``verbatimradius`` configuration added to the LaTeX keys of
|
||||
:ref:`'sphinxsetup' <latexsphinxsetup>`. If positive, code-blocks are rendered
|
||||
with rounded corners.
|
||||
* #10599: HTML Theme: Wrap consecutive footnotes in an ``<aside>`` element when
|
||||
using Docutils 0.18 or later, to allow for easier styling. This matches the
|
||||
behaviour introduced in Docutils 0.19. Patch by Adam Turner.
|
||||
|
||||
Bugs fixed
|
||||
----------
|
||||
|
||||
* #10634: Make -P (pdb) option work better with exceptions triggered from events
|
||||
* #10031: py domain: Fix spurious whitespace in unparsing various operators (``+``,
|
||||
``-``, ``~``, and ``**``). Patch by Adam Turner.
|
||||
* #10460: logging: Always show node source locations as absolute paths.
|
||||
@ -64,6 +71,10 @@ Bugs fixed
|
||||
* #10633: LaTeX: user injected ``\color`` commands in topic or admonition boxes may
|
||||
cause color leaks in PDF due to upstream `framed.sty <https://ctan.org/pkg/framed>`_
|
||||
bug
|
||||
* #10638: LaTeX: framed coloured boxes in highlighted code (e.g. highlighted
|
||||
diffs using Pygments style ``'manni'``) inherit thickness of code-block frame
|
||||
* #10647: LaTeX: Only one ``\label`` is generated for ``desc_signature`` node
|
||||
even if it has multiple node IDs
|
||||
* #10579: i18n: UnboundLocalError is raised on translating raw directive
|
||||
* #9577, #10088: py domain: Fix warning for duplicate Python references when
|
||||
using ``:any:`` and autodoc.
|
||||
@ -316,7 +327,8 @@ Features added
|
||||
* #10107: i18n: Allow to suppress translation warnings by adding ``#noqa``
|
||||
comment to the tail of each translation message
|
||||
* #10252: C++, support attributes on classes, unions, and enums.
|
||||
* #10253: :rst:dir:`pep` role now generates URLs based on peps.python.org
|
||||
* #10253: :rst:role:`pep` role now generates URLs based on `peps.python.org
|
||||
<https://peps.python.org>`_
|
||||
|
||||
Bugs fixed
|
||||
----------
|
||||
@ -338,7 +350,7 @@ Bugs fixed
|
||||
variables/structure members
|
||||
* #10175: LaTeX: named footnote reference is linked to an incorrect footnote if
|
||||
the name is also used in the different document
|
||||
* #10269: manpage: Failed to resolve the title of :ref: cross references
|
||||
* #10269: manpage: Failed to resolve the title of :rst:role:`ref` cross references
|
||||
* #10179: i18n: suppress "rST localization" warning
|
||||
* #10118: imgconverter: Unnecessary availablity check is called for remote URIs
|
||||
* #10181: napoleon: attributes are displayed like class attributes for google
|
||||
@ -370,7 +382,7 @@ Features added
|
||||
by an extlink, suggesting a replacement.
|
||||
* #9961: html: Support nested <kbd> HTML elements in other HTML builders
|
||||
* #10013: html: Allow to change the loading method of JS via ``loading_method``
|
||||
parameter for :meth:`Sphinx.add_js_file()`
|
||||
parameter for :meth:`.Sphinx.add_js_file()`
|
||||
* #9551: html search: "Hide Search Matches" link removes "highlight" parameter
|
||||
from URL
|
||||
* #9815: html theme: Wrap sidebar components in div to allow customizing their
|
||||
@ -477,7 +489,7 @@ Incompatible changes
|
||||
with more docutils nodes to allow better CSS styling.
|
||||
It may break existing styling.
|
||||
* #9672: the signature of
|
||||
:py:meth:`domains.py.PyObject.get_signature_prefix` has changed to
|
||||
``domains.python.PyObject.get_signature_prefix`` has changed to
|
||||
return a list of nodes instead of a plain string.
|
||||
* #9695: ``domains.js.JSObject.display_prefix`` has been changed into a method
|
||||
``get_display_prefix`` which now returns a list of nodes
|
||||
@ -554,7 +566,7 @@ Bugs fixed
|
||||
* #9775: py domain: Literal typehint was converted to a cross reference when
|
||||
:confval:`autodoc_typehints='description'`
|
||||
* #9708: needs_extension failed to check double-digit version correctly
|
||||
* #9688: Fix :rst:dir:`code`` does not recognize ``:class:`` option
|
||||
* #9688: Fix Sphinx patched :dudir:`code` does not recognize ``:class:`` option
|
||||
* #9733: Fix for logging handler flushing warnings in the middle of the docs
|
||||
build
|
||||
* #9656: Fix warnings without subtype being incorrectly suppressed
|
||||
@ -574,7 +586,7 @@ Features added
|
||||
* #9447: html theme: Expose the version of Sphinx in the form of tuple as a
|
||||
template variable ``sphinx_version_tuple``
|
||||
* #9594: manpage: Suppress the title of man page if description is empty
|
||||
* #9445: py domain: ``:py:property:`` directive supports ``:classmethod:``
|
||||
* #9445: py domain: :rst:dir:`py:property` directive supports ``:classmethod:``
|
||||
option to describe the class property
|
||||
* #9524: test: SphinxTestApp can take ``builddir`` as an argument
|
||||
* #9535: C and C++, support more fundamental types, including GNU extensions.
|
||||
@ -6433,7 +6445,7 @@ Release 1.1.3 (Mar 10, 2012)
|
||||
* #860: Do not crash when encountering invalid doctest examples, just
|
||||
emit a warning.
|
||||
|
||||
* #864: Fix crash with some settings of `modindex_common_prefix`.
|
||||
* #864: Fix crash with some settings of :confval:`modindex_common_prefix`.
|
||||
|
||||
* #862: Fix handling of ``-D`` and ``-A`` options on Python 3.
|
||||
|
||||
|
BIN
doc/_static/pocoo.png
vendored
BIN
doc/_static/pocoo.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 1.5 KiB |
6
doc/_templates/contents.html
vendored
Normal file
6
doc/_templates/contents.html
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
{% extends "layout.html" %}
|
||||
{% set title = _('Sphinx documentation contents') %}
|
||||
{% block body %}
|
||||
<h1>{{ _('Sphinx documentation contents') }}</h1>
|
||||
{{ toctree(includehidden=True, collapse=False, maxdepth=3) }}
|
||||
{% endblock %}
|
129
doc/_templates/index.html
vendored
129
doc/_templates/index.html
vendored
@ -1,129 +0,0 @@
|
||||
{% extends "layout.html" %}
|
||||
{% set title = _('Overview') %}
|
||||
{% block body %}
|
||||
<h1>{{ _('Welcome') }}</h1>
|
||||
|
||||
<div class="quotebar">
|
||||
<p><em>{%trans%}What users say:{%endtrans%}</em></p>
|
||||
<p>{%trans%}“Cheers for a great tool that actually makes programmers <b>want</b>
|
||||
to write documentation!“{%endtrans%}</p>
|
||||
</div>
|
||||
|
||||
<p>{%trans%}
|
||||
Sphinx is a tool that makes it easy to create intelligent and beautiful
|
||||
documentation, written by Georg Brandl and licensed under the BSD license.{%endtrans%}</p>
|
||||
<p>{%trans%}It was originally created for <a href="https://docs.python.org/">the
|
||||
Python documentation</a>, and it has excellent facilities for the
|
||||
documentation of software projects in a range of languages. Of
|
||||
course, this site is also created from reStructuredText sources using
|
||||
Sphinx! The following features should be highlighted:{%endtrans%}
|
||||
</p>
|
||||
<ul>
|
||||
<li>{%trans%}<b>Output formats:</b> HTML (including Windows HTML Help), LaTeX (for
|
||||
printable PDF versions), ePub, Texinfo, manual pages, plain text{%endtrans%}</li>
|
||||
<li>{%trans%}<b>Extensive cross-references:</b> semantic markup and automatic links
|
||||
for functions, classes, citations, glossary terms and similar pieces of
|
||||
information{%endtrans%}</li>
|
||||
<li>{%trans%}<b>Hierarchical structure:</b> easy definition of a document tree, with
|
||||
automatic links to siblings, parents and children{%endtrans%}</li>
|
||||
<li>{%trans%}<b>Automatic indices:</b> general index as well as a language-specific
|
||||
module indices{%endtrans%}</li>
|
||||
<li>{%trans%}<b>Code handling:</b> automatic highlighting using the <a
|
||||
href="https://pygments.org">Pygments</a> highlighter{%endtrans%}</li>
|
||||
<li>{%trans path=pathto('ext/builtins')%}<b>Extensions:</b> automatic testing of code snippets, inclusion of
|
||||
docstrings from Python modules (API docs), and
|
||||
<a href="{{ path }}#builtin-sphinx-extensions">more</a>{%endtrans%}</li>
|
||||
<li>{%trans path=pathto("usage/extensions/index")%}<b>Contributed extensions:</b> dozens of
|
||||
extensions <a href="{{ path }}#third-party-extensions">contributed by users</a>;
|
||||
most of them installable from PyPI{%endtrans%}</li>
|
||||
</ul>
|
||||
<p>{%trans%}
|
||||
Sphinx uses <a href="https://docutils.sourceforge.io/rst.html">reStructuredText</a>
|
||||
as its markup language, and many of its strengths come from the power and
|
||||
straightforwardness of reStructuredText and its parsing and translating
|
||||
suite, the <a href="https://docutils.sourceforge.io/">Docutils</a>.{%endtrans%}
|
||||
</p>
|
||||
|
||||
<h2 style="margin-bottom: 0">{%trans%}Documentation{%endtrans%}</h2>
|
||||
|
||||
<table class="contentstable">
|
||||
<tr>
|
||||
<td>
|
||||
<p class="biglink"><a class="biglink" href="{{ pathto("usage/quickstart") }}">{%trans%}First steps with Sphinx{%endtrans%}</a><br/>
|
||||
<span class="linkdescr">{%trans%}overview of basic tasks{%endtrans%}</span></p>
|
||||
</td><td>
|
||||
<p class="biglink"><a class="biglink" href="{{ pathto("tutorial/index") }}">{%trans%}Tutorial{%endtrans%}</a><br/>
|
||||
<span class="linkdescr">{%trans%}beginners tutorial{%endtrans%}</span></p>
|
||||
</td>
|
||||
</tr><tr>
|
||||
<td>
|
||||
<p class="biglink"><a class="biglink" href="{{ pathto("contents") }}">{%trans%}Contents{%endtrans%}</a><br/>
|
||||
<span class="linkdescr">{%trans%}for a complete overview{%endtrans%}</span></p>
|
||||
</td><td>
|
||||
{%- if hasdoc('search') %}<p class="biglink"><a class="biglink" href="{{ pathto("search") }}">{%trans%}Search page{%endtrans%}</a><br/>
|
||||
<span class="linkdescr">{%trans%}search the documentation{%endtrans%}</span></p>{%- endif %}
|
||||
</td>
|
||||
</tr><tr>
|
||||
<td>
|
||||
<p class="biglink"><a class="biglink" href="{{ pathto("changes") }}">{%trans%}Changes{%endtrans%}</a><br/>
|
||||
<span class="linkdescr">{%trans%}release history{%endtrans%}</span></p>
|
||||
</td><td>
|
||||
{%- if hasdoc('genindex') %}<p class="biglink"><a class="biglink" href="{{ pathto("genindex") }}">{%trans%}General Index{%endtrans%}</a><br/>
|
||||
<span class="linkdescr">{%trans%}all functions, classes, terms{%endtrans%}</span></p>{%- endif %}
|
||||
</td><td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p>{%trans%}
|
||||
You can also download PDF/EPUB versions of the Sphinx documentation
|
||||
from pop up menu on lower right corner.{%endtrans%}
|
||||
</p>
|
||||
|
||||
<h2>{%trans%}Examples{%endtrans%}</h2>
|
||||
<p>{%trans path=pathto("examples")%}Links to documentation generated with Sphinx can be found on the
|
||||
<a href="{{ path }}">Projects using Sphinx</a> page.{%endtrans%}
|
||||
</p>
|
||||
<p>{%trans%}
|
||||
For examples of how Sphinx source files look, use the “Show
|
||||
source” links on all pages of the documentation apart from this
|
||||
welcome page.{%endtrans%}
|
||||
</p>
|
||||
|
||||
<p>{%trans%}You may also be interested in the very nice
|
||||
<a href="http://matplotlib.sourceforge.net/sampledoc/">tutorial</a> on how to
|
||||
create a customized documentation using Sphinx written by the matplotlib
|
||||
developers.{%endtrans%}</p>
|
||||
|
||||
<p>{%trans%}There is a translation team in <a href="https://www.transifex.com/sphinx-doc/sphinx-doc/dashboard/">Transifex</a>
|
||||
of this documentation, thanks to the Sphinx document translators.{%endtrans%}</p>
|
||||
<p>{%trans%}A Japanese book about Sphinx has been published by O'Reilly:
|
||||
<a href="https://www.oreilly.co.jp/books/9784873116488/">Sphinxをはじめよう /
|
||||
Learning Sphinx</a>.{%endtrans%}</p>
|
||||
<p>{%trans%}In 2019 the second edition of a German book about Sphinx was published:
|
||||
<a href="https://literatur.hasecke.com/post/software-dokumentation-mit-sphinx/">Software-Dokumentation mit Sphinx</a>.{%endtrans%}</p>
|
||||
<!-- <p><img src="{{ pathto("_static/bookcover.png", 1) }}"/></p> -->
|
||||
|
||||
|
||||
<h2>{%trans%}Hosting{%endtrans%}</h2>
|
||||
|
||||
<p>{%trans%}Need a place to host your Sphinx docs?
|
||||
<a href="https://readthedocs.org/">readthedocs.org</a> hosts a lot of Sphinx docs
|
||||
already, and integrates well with projects' source control. It also features a
|
||||
powerful built-in search that exceeds the possibilities of Sphinx' JavaScript-based
|
||||
offline search.{%endtrans%}</p>
|
||||
|
||||
<h2>{%trans%}Contributor Guide{%endtrans%}</h2>
|
||||
|
||||
<p>{%trans%}If you want to contribute to the project,
|
||||
this part of the documentation is for you.{%endtrans%}</p>
|
||||
|
||||
<ul>
|
||||
<li>{%trans path=pathto("internals/contributing")%}<a href="{{ path }}">Sphinx Contributors’ Guide</a></li>{%endtrans%}
|
||||
<li>{%trans path=pathto("internals/authors")%}<a href="{{ path }}">Sphinx Authors</a></li>{%endtrans%}
|
||||
</ul>
|
||||
|
||||
<h2>{%trans%}Code of Conduct{%endtrans%}</h2>
|
||||
|
||||
<p>{%trans path=pathto("internals/code-of-conduct")%}Please adhere to our <a href="{{ path }}">Code of Conduct</a>.{%endtrans%}</p>
|
||||
|
||||
{% endblock %}
|
23
doc/_templates/indexsidebar.html
vendored
23
doc/_templates/indexsidebar.html
vendored
@ -1,23 +0,0 @@
|
||||
<p class="logo">A <a href="https://www.pocoo.org/">
|
||||
<img src="{{ pathto("_static/pocoo.png", 1) }}" alt="Pocoo" /></a>
|
||||
{%trans%}project{%endtrans%}</p>
|
||||
|
||||
<h3>Download</h3>
|
||||
<p class="download">{%trans%}Current version: <a href="https://pypi.org/project/Sphinx/" alt="PyPI"><img src="https://img.shields.io/pypi/v/sphinx.svg"></a>{%endtrans%}</p>
|
||||
<p>{%trans%}Install Sphinx with:{%endtrans%}</p>
|
||||
<pre>pip install -U Sphinx</pre>
|
||||
|
||||
<h3>{%trans%}Questions? Suggestions?{%endtrans%}</h3>
|
||||
|
||||
<p>{%trans%}Join the <a href="https://groups.google.com/group/sphinx-users">sphinx-users</a> mailing list on Google Groups:{%endtrans%}</p>
|
||||
<div class="subscribeformwrapper">
|
||||
<form action="https://groups.google.com/group/sphinx-users/boxsubscribe"
|
||||
class="subscribeform">
|
||||
<input type="text" name="email" value="your@email"
|
||||
onfocus="this.value = ''" />
|
||||
<input type="submit" name="sub" value="Subscribe" />
|
||||
</form>
|
||||
</div>
|
||||
<p>{%trans%}or come to the <tt>#sphinx-doc</tt> channel on <a href="https://web.libera.chat/?channel=#sphinx-doc">libera.chat</a>.{%endtrans%}</p>
|
||||
<p>{%trans%}You can also open an issue at the
|
||||
<a href="https://github.com/sphinx-doc/sphinx/issues">tracker</a>.{%endtrans%}</p>
|
113
doc/_themes/sphinx13/layout.html
vendored
113
doc/_themes/sphinx13/layout.html
vendored
@ -1,75 +1,60 @@
|
||||
{#
|
||||
sphinxdoc/layout.html
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Sphinx layout template for the sphinxdoc theme.
|
||||
|
||||
:copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
|
||||
:license: BSD, see LICENSE for details.
|
||||
#}
|
||||
{# Sphinx layout template for the sphinxdoc theme. #}
|
||||
{%- extends "basic/layout.html" %}
|
||||
|
||||
{# put the sidebar before the body #}
|
||||
{% block sidebar1 %}{{ sidebar() }}{% endblock %}
|
||||
{% block sidebar2 %}{% endblock %}
|
||||
|
||||
{% block extrahead %}
|
||||
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,700'
|
||||
rel='stylesheet' type='text/css' />
|
||||
{{ super() }}
|
||||
{%- if not embedded %}
|
||||
<style type="text/css">
|
||||
table.right { float: right; margin-left: 20px; }
|
||||
table.right td { border: 1px solid #ccc; }
|
||||
{% if pagename == 'index' %}
|
||||
.related { display: none; }
|
||||
{% endif %}
|
||||
</style>
|
||||
<script>
|
||||
// intelligent scrolling of the sidebar content
|
||||
window.onscroll = () => {
|
||||
const sb = document.getElementsByClassName('sphinxsidebarwrapper')[0]
|
||||
const sbh = sb.offsetHeight
|
||||
const offset = document.getElementsByClassName('sphinxsidebar')[0].offsetTop;
|
||||
const wintop = window.scrollTop;
|
||||
const winbot = wintop + window.offsetHeight
|
||||
const curtop = sb.offsetTop;
|
||||
const curbot = curtop + sbh;
|
||||
// does sidebar fit in window?
|
||||
if (sbh < window.offsetHeight) {
|
||||
// yes: easy case -- always keep at the top
|
||||
sb.style.top = Math.min(Math.max(0, wintop - offset - 10), window.innerHeight - sbh - 200)
|
||||
} else {
|
||||
// no: only scroll if top/bottom edge of sidebar is at
|
||||
// top/bottom edge of window
|
||||
if (curtop > wintop && curbot > winbot) {
|
||||
sb.style.top = Math.max(wintop - offset - 10, 0)
|
||||
} else if (curtop < wintop && curbot < winbot) {
|
||||
sb.style.top = Math.min(winbot - sbh - offset - 20, window.innerHeight - sbh - 200)
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
{%- if not embedded and pagename == 'index' %}
|
||||
<style>.related { display: none; }</style>
|
||||
{%- endif %}
|
||||
{% endblock %}
|
||||
|
||||
{% block rootrellink %}
|
||||
<li><a href="{{ pathto('index') }}">Sphinx home</a> |</li>
|
||||
<li><a href="{{ pathto('contents') }}">Documentation</a> »</li>
|
||||
{% endblock %}
|
||||
|
||||
{% block header %}
|
||||
<div class="pageheader">
|
||||
<ul>
|
||||
<li><a href="{{ pathto('index') }}">Home</a></li>
|
||||
<li><a href="{{ pathto('usage/installation') }}">Get it</a></li>
|
||||
<li><a href="{{ pathto('contents') }}">Docs</a></li>
|
||||
<li><a href="{{ pathto('development/index') }}">Extend</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<a href="{{ pathto('index') }}">
|
||||
<img src="{{ pathto('_static/sphinxheader.png', 1) }}" alt="SPHINX" />
|
||||
</a>
|
||||
</div>
|
||||
<a href="{{ pathto('index') }}">
|
||||
<img src="{{ pathto('_static/sphinxheader.png', 1) }}" alt="SPHINX" />
|
||||
</a>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
{%- block relbar1 %}
|
||||
<div class="related" role="navigation" aria-label="related navigation">
|
||||
<h3>{{ _('Navigation') }}</h3>
|
||||
<ul>
|
||||
<li><a href="{{ pathto('index') }}">Documentation</a> »</li>
|
||||
{%- for parent in parents %}
|
||||
<li class="nav-item nav-item-{{ loop.index }}"><a href="{{ parent.link|e }}" {% if loop.last %}{{ accesskey("U") }}{% endif %}>{{ parent.title }}</a>{{ reldelim1 }}</li>
|
||||
{%- endfor %}
|
||||
<li class="nav-item nav-item-this"><a href="{{ link|e }}">{{ title }}</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
{%- block content %}
|
||||
<div class="document">
|
||||
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
|
||||
{%- include "searchbox.html" %}
|
||||
<div>
|
||||
<h3>{{ _('Contents') }}</h3>
|
||||
{%- if pagename != "index" %}
|
||||
{{ toc }}
|
||||
{%- else %}
|
||||
{{ toctree(includehidden=True, maxdepth=3) }}
|
||||
{%- endif %}
|
||||
</div>
|
||||
</div>
|
||||
{%- block document %}
|
||||
<div class="body" role="main">
|
||||
{% block body %}{% endblock %}
|
||||
</div>
|
||||
{%- endblock %}
|
||||
</div>
|
||||
{%- endblock %}
|
||||
|
||||
{%- block relbar2 %}{% endblock %}
|
||||
|
||||
{%- block footer %}
|
||||
<div class="footer" role="contentinfo">
|
||||
{% trans path=pathto('copyright'), copyright=copyright|e %}© <a href="{{ path }}">Copyright</a> {{ copyright }}.{% endtrans %}
|
||||
{% trans sphinx_version=sphinx_version|e %}Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> {{ sphinx_version }}.{% endtrans %}
|
||||
</div>
|
||||
{%- endblock %}
|
||||
|
BIN
doc/_themes/sphinx13/static/bodybg.png
vendored
BIN
doc/_themes/sphinx13/static/bodybg.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 429 B |
BIN
doc/_themes/sphinx13/static/footerbg.png
vendored
BIN
doc/_themes/sphinx13/static/footerbg.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 180 B |
BIN
doc/_themes/sphinx13/static/headerbg.png
vendored
BIN
doc/_themes/sphinx13/static/headerbg.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 189 B |
BIN
doc/_themes/sphinx13/static/listitem.png
vendored
BIN
doc/_themes/sphinx13/static/listitem.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 149 B |
BIN
doc/_themes/sphinx13/static/relbg.png
vendored
BIN
doc/_themes/sphinx13/static/relbg.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 183 B |
220
doc/_themes/sphinx13/static/sphinx13.css
vendored
220
doc/_themes/sphinx13/static/sphinx13.css
vendored
@ -1,187 +1,74 @@
|
||||
/*
|
||||
* sphinx13.css
|
||||
* ~~~~~~~~~~~~
|
||||
*
|
||||
* Sphinx stylesheet -- sphinx13 theme.
|
||||
*
|
||||
* :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
|
||||
* :license: BSD, see LICENSE for details.
|
||||
*
|
||||
*/
|
||||
/* Stylesheet for Sphinx's documentation */
|
||||
|
||||
@import url("basic.css");
|
||||
|
||||
/* -- page layout ----------------------------------------------------------- */
|
||||
/* Set master colours */
|
||||
:root {
|
||||
--fonts-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
|
||||
--colour-sphinx-blue: #0A507A;
|
||||
--colour-text: #333;
|
||||
--colour-links-light: #057;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva',
|
||||
'Verdana', sans-serif;
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
background-image: url(bodybg.png);
|
||||
color: black;
|
||||
padding: 0;
|
||||
border-right: 1px solid #0a507a;
|
||||
border-left: 1px solid #0a507a;
|
||||
|
||||
font-family: var(--fonts-sans-serif);
|
||||
margin: 0 auto;
|
||||
min-width: 780px;
|
||||
max-width: 1080px;
|
||||
color: var(--colour-text);
|
||||
}
|
||||
|
||||
.pageheader {
|
||||
background-image: url(headerbg.png);
|
||||
text-align: left;
|
||||
background-color: var(--colour-sphinx-blue);
|
||||
padding: 10px 15px;
|
||||
}
|
||||
|
||||
.pageheader ul {
|
||||
float: right;
|
||||
color: white;
|
||||
list-style-type: none;
|
||||
padding-left: 0;
|
||||
margin-top: 30px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.pageheader li {
|
||||
float: left;
|
||||
margin: 0 0 0 10px;
|
||||
}
|
||||
|
||||
.pageheader li a {
|
||||
border-radius: 1px;
|
||||
padding: 8px 12px;
|
||||
color: #f9f9f0;
|
||||
text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.pageheader li a:hover {
|
||||
background-color: #f9f9f0;
|
||||
color: #0a507a;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
div.document {
|
||||
background-color: white;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
div.bodywrapper {
|
||||
margin: 0 240px 0 0;
|
||||
border-right: 1px solid #0a507a;
|
||||
display: flex;
|
||||
margin: 0 0.5em;
|
||||
}
|
||||
|
||||
div.body {
|
||||
border-left: 1px solid var(--colour-sphinx-blue);
|
||||
margin: 0;
|
||||
padding: 0.5em 20px 20px 20px;
|
||||
padding: 0.5em 1.25em;
|
||||
min-width: 0;
|
||||
max-width: 800px;
|
||||
}
|
||||
|
||||
div.related {
|
||||
font-size: 1em;
|
||||
display: flex;
|
||||
color: white;
|
||||
}
|
||||
|
||||
div.related ul {
|
||||
background-image: url(relbg.png);
|
||||
height: 1.9em;
|
||||
background-color: var(--colour-sphinx-blue);
|
||||
border-top: 1px solid #002e50;
|
||||
border-bottom: 1px solid #002e50;
|
||||
}
|
||||
|
||||
div.related ul li {
|
||||
margin: 0 5px 0 0;
|
||||
padding: 0;
|
||||
float: left;
|
||||
}
|
||||
|
||||
div.related ul li.right {
|
||||
float: right;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
div.related ul li a {
|
||||
margin: 0;
|
||||
padding: 0 5px 0 5px;
|
||||
line-height: 1.75em;
|
||||
color: #f9f9f0;
|
||||
text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
|
||||
color: white;
|
||||
}
|
||||
|
||||
div.related ul li a:hover {
|
||||
color: white;
|
||||
/*text-decoration: underline;*/
|
||||
text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.5);
|
||||
text-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
|
||||
div.sphinxsidebarwrapper {
|
||||
position: relative;
|
||||
top: 0px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
div.sphinxsidebar {
|
||||
overflow-wrap: break-word;
|
||||
margin: 0;
|
||||
padding: 0 15px 15px 0;
|
||||
padding-right: 15px;
|
||||
width: 210px;
|
||||
float: right;
|
||||
font-size: 1em;
|
||||
text-align: left;
|
||||
max-height: 0px;
|
||||
}
|
||||
|
||||
div.sphinxsidebar .logo {
|
||||
font-size: 1.8em;
|
||||
color: #0A507A;
|
||||
font-weight: 300;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div.sphinxsidebar .logo img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
div.sphinxsidebar .download a img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
div.subscribeformwrapper {
|
||||
display: block;
|
||||
overflow: auto;
|
||||
margin-bottom: 1.2em;
|
||||
}
|
||||
|
||||
div.sphinxsidebar input {
|
||||
border: 1px solid #aaa;
|
||||
font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva',
|
||||
'Verdana', sans-serif;
|
||||
}
|
||||
|
||||
div.sphinxsidebar .subscribeform {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
div.sphinxsidebar .subscribeform input {
|
||||
border: 1px solid #aaa;
|
||||
font-size: 0.9em;
|
||||
float: left;
|
||||
padding: 0.25em 0.5em;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
div.sphinxsidebar .subscribeform input[type="text"] {
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
div.sphinxsidebar .subscribeform input[type="submit"] {
|
||||
width: 40%;
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
div.sphinxsidebar h3 {
|
||||
font-size: 1.5em;
|
||||
border-top: 1px solid #0a507a;
|
||||
margin-top: 1em;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0.5em;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
@ -198,12 +85,6 @@ div.sphinxsidebar h3, div.sphinxsidebar h4 {
|
||||
padding-left: 14px;
|
||||
color: #333;
|
||||
font-weight: 300;
|
||||
/*text-shadow: 0px 0px 0.5px rgba(0, 0, 0, 0.4);*/
|
||||
}
|
||||
|
||||
div.sphinxsidebarwrapper > h3:first-child {
|
||||
margin-top: 0.5em;
|
||||
border: none;
|
||||
}
|
||||
|
||||
div.sphinxsidebar h3 a {
|
||||
@ -219,17 +100,16 @@ div.sphinxsidebar ul {
|
||||
|
||||
div.sphinxsidebar ul ul {
|
||||
margin-left: 20px;
|
||||
list-style-image: url(listitem.png);
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
div.footer {
|
||||
background-image: url(footerbg.png);
|
||||
background-color: var(--colour-sphinx-blue);
|
||||
color: #ccc;
|
||||
text-shadow: 0 0 .2px rgba(255, 255, 255, 0.8);
|
||||
padding: 3px 8px 3px 0;
|
||||
clear: both;
|
||||
font-size: 0.8em;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* no need to make a visible link to Sphinx on the Sphinx page */
|
||||
@ -244,14 +124,10 @@ p {
|
||||
}
|
||||
|
||||
a {
|
||||
color: #A2881D;
|
||||
color: var(--colour-links-light);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #E1C13F;
|
||||
}
|
||||
|
||||
div.body a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
@ -259,12 +135,18 @@ div.body a {
|
||||
h1 {
|
||||
margin: 10px 0 0 0;
|
||||
font-size: 2.4em;
|
||||
color: #0A507A;
|
||||
color: var(--colour-sphinx-blue);
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
h1 span.pre {
|
||||
/* for code in titles */
|
||||
word-break: break-all;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin: 1.em 0 0.2em 0;
|
||||
margin: 1em 0 0.2em 0;
|
||||
font-size: 1.5em;
|
||||
font-weight: 300;
|
||||
padding: 0;
|
||||
@ -282,12 +164,12 @@ div.body h1 a, div.body h2 a, div.body h3 a, div.body h4 a, div.body h5 a, div.b
|
||||
}
|
||||
|
||||
div.body h1 a tt, div.body h2 a tt, div.body h3 a tt, div.body h4 a tt, div.body h5 a tt, div.body h6 a tt {
|
||||
color: #0A507A !important;
|
||||
color: var(--colour-sphinx-blue) !important;
|
||||
font-size: inherit !important;
|
||||
}
|
||||
|
||||
a.headerlink {
|
||||
color: #0A507A !important;
|
||||
color: var(--colour-sphinx-blue) !important;
|
||||
font-size: 12px;
|
||||
margin-left: 6px;
|
||||
padding: 0 4px 0 4px;
|
||||
@ -308,7 +190,7 @@ h1 code, h2 code, h3 code, h4 code {
|
||||
cite, code, tt {
|
||||
font-family: 'Consolas', 'DejaVu Sans Mono',
|
||||
'Bitstream Vera Sans Mono', monospace;
|
||||
font-size: 14px;
|
||||
font-size: 1em;
|
||||
letter-spacing: -0.02em;
|
||||
}
|
||||
|
||||
@ -335,17 +217,13 @@ hr {
|
||||
|
||||
a tt {
|
||||
border: 0;
|
||||
color: #a2881d;
|
||||
}
|
||||
|
||||
a tt:hover {
|
||||
color: #e1c13f;
|
||||
color: var(--colour-links-light);
|
||||
}
|
||||
|
||||
pre {
|
||||
font-family: 'Consolas', 'Courier New', 'DejaVu Sans Mono',
|
||||
'Bitstream Vera Sans Mono', monospace;
|
||||
font-size: 13px;
|
||||
font-size: 1em;
|
||||
letter-spacing: 0.015em;
|
||||
line-height: 120%;
|
||||
padding: 0.5em;
|
||||
@ -428,8 +306,7 @@ div.admonition div.highlight {
|
||||
}
|
||||
|
||||
.viewcode-back {
|
||||
font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva',
|
||||
'Verdana', sans-serif;
|
||||
font-family: var(--fonts-sans-serif);
|
||||
}
|
||||
|
||||
div.viewcode-block:target {
|
||||
@ -438,8 +315,15 @@ div.viewcode-block:target {
|
||||
border-bottom: 1px solid #ac9;
|
||||
}
|
||||
|
||||
.contentstable {
|
||||
margin-left: 30px;
|
||||
margin: 0 auto;
|
||||
table-layout: fixed;
|
||||
|
||||
/* media queries */
|
||||
|
||||
/* Reduce padding & margins for smaller screens */
|
||||
@media (max-width: 750px) {
|
||||
.sphinxsidebar {
|
||||
display: none;
|
||||
}
|
||||
div.body {
|
||||
border-left: none;
|
||||
}
|
||||
}
|
||||
|
2
doc/_themes/sphinx13/theme.conf
vendored
2
doc/_themes/sphinx13/theme.conf
vendored
@ -1,4 +1,4 @@
|
||||
[theme]
|
||||
inherit = basic
|
||||
stylesheet = sphinx13.css
|
||||
pygments_style = default
|
||||
sidebars =
|
||||
|
29
doc/conf.py
29
doc/conf.py
@ -2,6 +2,7 @@
|
||||
|
||||
import os
|
||||
import re
|
||||
import time
|
||||
|
||||
import sphinx
|
||||
|
||||
@ -10,23 +11,25 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo',
|
||||
'sphinx.ext.intersphinx',
|
||||
'sphinx.ext.viewcode', 'sphinx.ext.inheritance_diagram']
|
||||
|
||||
root_doc = 'contents'
|
||||
templates_path = ['_templates']
|
||||
exclude_patterns = ['_build']
|
||||
|
||||
project = 'Sphinx'
|
||||
copyright = '2007-2022, Georg Brandl and the Sphinx team'
|
||||
copyright = f'2007-{time.strftime("%Y")}, the Sphinx developers'
|
||||
version = sphinx.__display_version__
|
||||
release = version
|
||||
show_authors = True
|
||||
|
||||
html_theme = 'sphinx13'
|
||||
html_theme_path = ['_themes']
|
||||
html_css_files = [
|
||||
# 'basic.css', # included through inheritance from the basic theme
|
||||
'sphinx13.css',
|
||||
]
|
||||
modindex_common_prefix = ['sphinx.']
|
||||
html_static_path = ['_static']
|
||||
html_sidebars = {'index': ['indexsidebar.html', 'searchbox.html']}
|
||||
html_title = 'Sphinx documentation'
|
||||
html_additional_pages = {'index': 'index.html'}
|
||||
html_additional_pages = {'contents': 'contents.html'}
|
||||
html_use_opensearch = 'https://www.sphinx-doc.org/en/master'
|
||||
html_baseurl = 'https://www.sphinx-doc.org/en/master/'
|
||||
html_favicon = '_static/favicon.svg'
|
||||
@ -35,7 +38,7 @@ htmlhelp_basename = 'Sphinxdoc'
|
||||
|
||||
epub_theme = 'epub'
|
||||
epub_basename = 'sphinx'
|
||||
epub_author = 'Georg Brandl'
|
||||
epub_author = 'the Sphinx developers'
|
||||
epub_publisher = 'https://www.sphinx-doc.org/'
|
||||
epub_uid = 'web-site'
|
||||
epub_scheme = 'url'
|
||||
@ -52,11 +55,10 @@ epub_fix_images = False
|
||||
epub_max_image_width = 0
|
||||
epub_show_urls = 'inline'
|
||||
epub_use_index = False
|
||||
epub_guide = (('toc', 'contents.xhtml', 'Table of Contents'),)
|
||||
epub_description = 'Sphinx documentation generator system manual'
|
||||
|
||||
latex_documents = [('contents', 'sphinx.tex', 'Sphinx Documentation',
|
||||
'Georg Brandl', 'manual', 1)]
|
||||
latex_documents = [('index', 'sphinx.tex', 'Sphinx Documentation',
|
||||
'the Sphinx developers', 'manual', 1)]
|
||||
latex_logo = '_static/sphinx.png'
|
||||
latex_elements = {
|
||||
'fontenc': r'\usepackage[LGR,X2,T1]{fontenc}',
|
||||
@ -74,6 +76,11 @@ latex_elements = {
|
||||
{\footnotesize\raggedright\printindex}
|
||||
{\begin{sphinxtheindex}\end{sphinxtheindex}}
|
||||
''',
|
||||
'sphinxsetup': """%
|
||||
VerbatimColor={RGB}{242,242,242},%
|
||||
VerbatimBorderColor={RGB}{32,32,32},%
|
||||
verbatimradius=3pt%
|
||||
""",
|
||||
}
|
||||
latex_show_urls = 'footnote'
|
||||
latex_use_xindy = True
|
||||
@ -89,8 +96,8 @@ extlinks = {'duref': ('https://docutils.sourceforge.io/docs/ref/rst/'
|
||||
'directives.html#%s', '%s')}
|
||||
|
||||
man_pages = [
|
||||
('contents', 'sphinx-all', 'Sphinx documentation generator system manual',
|
||||
'Georg Brandl', 1),
|
||||
('index', 'sphinx-all', 'Sphinx documentation generator system manual',
|
||||
'the Sphinx developers', 1),
|
||||
('man/sphinx-build', 'sphinx-build', 'Sphinx documentation generator tool',
|
||||
'', 1),
|
||||
('man/sphinx-quickstart', 'sphinx-quickstart', 'Sphinx documentation '
|
||||
@ -102,7 +109,7 @@ man_pages = [
|
||||
]
|
||||
|
||||
texinfo_documents = [
|
||||
('contents', 'sphinx', 'Sphinx Documentation', 'Georg Brandl',
|
||||
('index', 'sphinx', 'Sphinx Documentation', 'the Sphinx developers',
|
||||
'Sphinx', 'The Sphinx documentation builder.', 'Documentation tools',
|
||||
1),
|
||||
]
|
||||
|
@ -1,39 +0,0 @@
|
||||
.. _contents:
|
||||
|
||||
Sphinx documentation contents
|
||||
=============================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
usage/index
|
||||
tutorial/index
|
||||
development/index
|
||||
man/index
|
||||
|
||||
templating
|
||||
latex
|
||||
extdev/index
|
||||
|
||||
internals/index
|
||||
|
||||
faq
|
||||
glossary
|
||||
changes
|
||||
examples
|
||||
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
.. only:: builder_html
|
||||
|
||||
* :ref:`genindex`
|
||||
* :ref:`modindex`
|
||||
* :ref:`search`
|
||||
* :ref:`glossary`
|
||||
|
||||
.. only:: not builder_html
|
||||
|
||||
* :ref:`modindex`
|
||||
* :ref:`glossary`
|
101
doc/index.rst
Normal file
101
doc/index.rst
Normal file
@ -0,0 +1,101 @@
|
||||
=======
|
||||
Welcome
|
||||
=======
|
||||
|
||||
**Sphinx makes it easy to create intelligent and beautiful documentation.**
|
||||
|
||||
Install
|
||||
=======
|
||||
|
||||
Install Sphinx with ``pip install -U Sphinx``. See :doc:`usage/installation` for
|
||||
further details.
|
||||
|
||||
Features
|
||||
========
|
||||
|
||||
* **Output formats:** HTML (including Windows HTML Help), LaTeX (for printable
|
||||
PDF versions), ePub, Texinfo, manual pages, plain text
|
||||
* **Extensive cross-references:** semantic markup and automatic links for
|
||||
functions, classes, citations, glossary terms and similar pieces of
|
||||
information
|
||||
* **Hierarchical structure:** easy definition of a document tree, with automatic
|
||||
links to siblings, parents and children
|
||||
* **Automatic indices:** general index as well as a language-specific module
|
||||
indices
|
||||
* **Code handling:** automatic highlighting using the Pygments_ highlighter
|
||||
* **Extensions:** automatic testing of code snippets, inclusion of docstrings
|
||||
from Python modules (API docs), and :ref:`more <builtin-extensions>`
|
||||
* **Contributed extensions:** dozens of extensions
|
||||
:ref:`contributed by users <third-party-extensions>`; most of them installable
|
||||
from PyPI
|
||||
|
||||
.. _Pygments: https://pygments.org/
|
||||
|
||||
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_.
|
||||
|
||||
.. _reStructuredText: https://docutils.sourceforge.io/rst.html
|
||||
.. _Docutils: https://docutils.sourceforge.io/
|
||||
|
||||
Documentation
|
||||
=============
|
||||
|
||||
* :doc:`First steps with Sphinx <usage/quickstart>`: overview of basic tasks
|
||||
* :doc:`Tutorial <tutorial/index>`: beginners tutorial
|
||||
* :ref:`Search page <search>`: search the documentation
|
||||
* :doc:`Changes <changes>`: release history
|
||||
* :ref:`General Index <genindex>`: all functions, classes, terms
|
||||
* :ref:`Python Module Index <modindex>`: the index of Python modules
|
||||
* :doc:`Glossary <glossary>`: definitions of various terms
|
||||
* :doc:`Sphinx's Authors <internals/authors>`: the Sphinx developers
|
||||
* `Contents <contents.html>`__: full table of contents
|
||||
|
||||
Support
|
||||
=======
|
||||
|
||||
For questions or to report problems with Sphinx, join the `sphinx-users`_
|
||||
mailing list on Google Groups, come to the ``#sphinx-doc`` channel on
|
||||
`libera.chat`_, or open an issue at the tracker_.
|
||||
|
||||
.. _sphinx-users: https://groups.google.com/group/sphinx-users
|
||||
.. _libera.chat: https://web.libera.chat/?channel=#sphinx-doc
|
||||
.. _tracker: https://github.com/sphinx-doc/sphinx/issues
|
||||
|
||||
Examples of other projects using Sphinx can be found in the :doc:`examples page
|
||||
<examples>`. A useful tutorial_ has been written by the matplotlib developers.
|
||||
|
||||
.. _tutorial: http://matplotlib.sourceforge.net/sampledoc/
|
||||
|
||||
There is a translation team in Transifex_ of this documentation, thanks to the
|
||||
Sphinx document translators.
|
||||
|
||||
.. _Transifex: https://www.transifex.com/sphinx-doc/sphinx-doc/dashboard/
|
||||
|
||||
Contributor guide
|
||||
=================
|
||||
|
||||
See the :doc:`Sphinx contributors' guide <internals/contributing>` if you would
|
||||
like to contribute to the project.
|
||||
|
||||
.. master toctree:
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 5
|
||||
:hidden:
|
||||
|
||||
usage/index
|
||||
tutorial/index
|
||||
development/index
|
||||
man/index
|
||||
|
||||
templating
|
||||
latex
|
||||
extdev/index
|
||||
|
||||
internals/index
|
||||
|
||||
faq
|
||||
glossary
|
||||
changes
|
||||
examples
|
@ -8,8 +8,11 @@ LaTeX customization
|
||||
|
||||
\begingroup
|
||||
\sphinxsetup{%
|
||||
verbatimwithframe=false,
|
||||
verbatimborder=2pt,
|
||||
verbatimsep=5pt,
|
||||
verbatimradius=5pt,
|
||||
VerbatimColor={named}{OldLace},
|
||||
VerbatimBorderColor={named}{Gold},
|
||||
TitleColor={named}{DarkGoldenrod},
|
||||
hintBorderColor={named}{LightCoral},
|
||||
attentionborder=3pt,
|
||||
@ -580,8 +583,17 @@ start of the chapter::
|
||||
|
||||
\begingroup
|
||||
\sphinxsetup{%
|
||||
verbatimwithframe=false,
|
||||
% These were used as defaults for the whole sphinx.pdf
|
||||
% VerbatimColor={RGB}{242,242,242},%
|
||||
% VerbatimBorderColor={RGB}{32,32,32},%
|
||||
% verbatimradius=3pt,%
|
||||
% New definitions for this chapter code-blocks only:
|
||||
VerbatimColor={named}{OldLace},
|
||||
VerbatimBorderColor={named}{Gold},
|
||||
verbatimradius=5pt,
|
||||
verbatimsep=5pt,
|
||||
verbatimborder=2pt,
|
||||
% Other configuration for this chapter only:
|
||||
TitleColor={named}{DarkGoldenrod},
|
||||
hintBorderColor={named}{LightCoral},
|
||||
attentionborder=3pt,
|
||||
@ -593,7 +605,8 @@ start of the chapter::
|
||||
cautionBorderColor={named}{Cyan},
|
||||
cautionBgColor={named}{LightCyan}}
|
||||
|
||||
The below is included at the end of the chapter::
|
||||
And this is placed at the end of the chapter source to end the scope of
|
||||
the configuration::
|
||||
|
||||
.. raw:: latex
|
||||
|
||||
@ -839,6 +852,32 @@ Do not use quotes to enclose values, whether numerical or strings.
|
||||
|
||||
Default: ``\fboxrule``
|
||||
|
||||
``verbatimradius``
|
||||
The radius of the rounded corners of the frame around :rst:dir:`code-block`\ s.
|
||||
|
||||
Default: ``0pt``
|
||||
|
||||
.. versionadded:: 5.1.0
|
||||
|
||||
If non-zero, it will trigger the loading of LaTeX package pict2e_.
|
||||
|
||||
.. caution::
|
||||
|
||||
The interface will remain experimental during the 5.x cycle: the
|
||||
feature itself will remain, but the interface may evolve to include
|
||||
other display elements such as admonitions. For the latter it is
|
||||
actually already possible for LaTeX-expert Sphinx users to use
|
||||
functionalities of LaTeX packages such as tcolorbox_, via
|
||||
redefinitions of the ``sphinxheavybox`` and ``sphinxlightbox``
|
||||
`Environments`_. This would be more difficult for code-blocks, and
|
||||
this key achieves it. The pict2e_ interface to some basic PDF
|
||||
graphics operations is much more light-weight than the pgf_
|
||||
framework used by tcolorbox_.
|
||||
|
||||
.. _pict2e: https://ctan.org/pkg/pict2e
|
||||
.. _tcolorbox: https://ctan.org/pkg/tcolorbox
|
||||
.. _pgf: https://ctan.org/pkg/pgf
|
||||
|
||||
``shadowsep``
|
||||
The separation between contents and frame for :dudir:`contents` and
|
||||
:dudir:`topic` boxes.
|
||||
|
@ -2,5 +2,5 @@ Where to go from here
|
||||
=====================
|
||||
|
||||
This tutorial covered the very first steps to create a documentation project
|
||||
with Sphinx. To continue learning more about Sphinx, check out the :ref:`rest
|
||||
of the documentation <contents>`.
|
||||
with Sphinx. To continue learning more about Sphinx, check out the `rest of the
|
||||
documentation <../contents.html>`__.
|
||||
|
@ -128,7 +128,8 @@ class Sphinx:
|
||||
buildername: str, confoverrides: Dict = None,
|
||||
status: Optional[IO] = sys.stdout, warning: Optional[IO] = sys.stderr,
|
||||
freshenv: bool = False, warningiserror: bool = False, tags: List[str] = None,
|
||||
verbosity: int = 0, parallel: int = 0, keep_going: bool = False) -> None:
|
||||
verbosity: int = 0, parallel: int = 0, keep_going: bool = False,
|
||||
pdb: bool = False) -> None:
|
||||
self.phase = BuildPhase.INITIALIZATION
|
||||
self.verbosity = verbosity
|
||||
self.extensions: Dict[str, Extension] = {}
|
||||
@ -170,6 +171,7 @@ class Sphinx:
|
||||
self.warningiserror = False
|
||||
else:
|
||||
self.warningiserror = warningiserror
|
||||
self.pdb = pdb
|
||||
logging.setup(self, self._status, self._warning)
|
||||
|
||||
self.events = EventManager(self)
|
||||
|
@ -272,7 +272,8 @@ def build_main(argv: List[str] = sys.argv[1:]) -> int:
|
||||
app = Sphinx(args.sourcedir, args.confdir, args.outputdir,
|
||||
args.doctreedir, args.builder, confoverrides, status,
|
||||
warning, args.freshenv, args.warningiserror,
|
||||
args.tags, args.verbosity, args.jobs, args.keep_going)
|
||||
args.tags, args.verbosity, args.jobs, args.keep_going,
|
||||
args.pdb)
|
||||
app.build(args.force_all, filenames)
|
||||
return app.statuscode
|
||||
except (Exception, KeyboardInterrupt) as exc:
|
||||
|
@ -98,6 +98,9 @@ class EventManager:
|
||||
except SphinxError:
|
||||
raise
|
||||
except Exception as exc:
|
||||
if self.app.pdb:
|
||||
# Just pass through the error, so that it can be debugged.
|
||||
raise
|
||||
modname = safe_getattr(listener.handler, '__module__', None)
|
||||
raise ExtensionError(__("Handler %r for event %r threw an exception") %
|
||||
(listener.handler, name), exc, modname=modname) from exc
|
||||
|
Binary file not shown.
@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sphinx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2022-07-03 00:22+0000\n"
|
||||
"POT-Creation-Date: 2022-07-10 00:23+0000\n"
|
||||
"PO-Revision-Date: 2013-04-02 08:44+0000\n"
|
||||
"Last-Translator: Abdullah ahmed <Alhadab@hotmail.co.uk>, 2020\n"
|
||||
"Language-Team: Arabic (http://www.transifex.com/sphinx-doc/sphinx-1/language/ar/)\n"
|
||||
@ -3548,12 +3548,12 @@ msgid ""
|
||||
"not in the domain."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:256
|
||||
#: sphinx/util/docutils.py:293
|
||||
#, python-format
|
||||
msgid "unknown directive or role name: %s:%s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:549
|
||||
#: sphinx/util/docutils.py:586
|
||||
#, python-format
|
||||
msgid "unknown node type: %r"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sphinx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2022-07-03 00:22+0000\n"
|
||||
"POT-Creation-Date: 2022-07-10 00:23+0000\n"
|
||||
"PO-Revision-Date: 2013-04-02 08:44+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Bulgarian (http://www.transifex.com/sphinx-doc/sphinx-1/language/bg/)\n"
|
||||
@ -3546,12 +3546,12 @@ msgid ""
|
||||
"not in the domain."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:256
|
||||
#: sphinx/util/docutils.py:293
|
||||
#, python-format
|
||||
msgid "unknown directive or role name: %s:%s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:549
|
||||
#: sphinx/util/docutils.py:586
|
||||
#, python-format
|
||||
msgid "unknown node type: %r"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sphinx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2022-07-03 00:22+0000\n"
|
||||
"POT-Creation-Date: 2022-07-10 00:23+0000\n"
|
||||
"PO-Revision-Date: 2013-04-02 08:44+0000\n"
|
||||
"Last-Translator: FIRST AUTHOR <EMAIL@ADDRESS>, 2009\n"
|
||||
"Language-Team: Bengali (http://www.transifex.com/sphinx-doc/sphinx-1/language/bn/)\n"
|
||||
@ -3547,12 +3547,12 @@ msgid ""
|
||||
"not in the domain."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:256
|
||||
#: sphinx/util/docutils.py:293
|
||||
#, python-format
|
||||
msgid "unknown directive or role name: %s:%s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:549
|
||||
#: sphinx/util/docutils.py:586
|
||||
#, python-format
|
||||
msgid "unknown node type: %r"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sphinx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2022-07-03 00:22+0000\n"
|
||||
"POT-Creation-Date: 2022-07-10 00:23+0000\n"
|
||||
"PO-Revision-Date: 2013-04-02 08:44+0000\n"
|
||||
"Last-Translator: FIRST AUTHOR <EMAIL@ADDRESS>, 2009\n"
|
||||
"Language-Team: Catalan (http://www.transifex.com/sphinx-doc/sphinx-1/language/ca/)\n"
|
||||
@ -3547,12 +3547,12 @@ msgid ""
|
||||
"not in the domain."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:256
|
||||
#: sphinx/util/docutils.py:293
|
||||
#, python-format
|
||||
msgid "unknown directive or role name: %s:%s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:549
|
||||
#: sphinx/util/docutils.py:586
|
||||
#, python-format
|
||||
msgid "unknown node type: %r"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sphinx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2022-07-03 00:22+0000\n"
|
||||
"POT-Creation-Date: 2022-07-10 00:23+0000\n"
|
||||
"PO-Revision-Date: 2013-04-02 08:44+0000\n"
|
||||
"Last-Translator: Julien Malard <julien.malard@mail.mcgill.ca>, 2019\n"
|
||||
"Language-Team: Kaqchikel (http://www.transifex.com/sphinx-doc/sphinx-1/language/cak/)\n"
|
||||
@ -3547,12 +3547,12 @@ msgid ""
|
||||
"not in the domain."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:256
|
||||
#: sphinx/util/docutils.py:293
|
||||
#, python-format
|
||||
msgid "unknown directive or role name: %s:%s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:549
|
||||
#: sphinx/util/docutils.py:586
|
||||
#, python-format
|
||||
msgid "unknown node type: %r"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sphinx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2022-07-03 00:22+0000\n"
|
||||
"POT-Creation-Date: 2022-07-10 00:23+0000\n"
|
||||
"PO-Revision-Date: 2013-04-02 08:44+0000\n"
|
||||
"Last-Translator: Vilibald W. <vilibald.wanca@gmail.com>, 2014-2015\n"
|
||||
"Language-Team: Czech (http://www.transifex.com/sphinx-doc/sphinx-1/language/cs/)\n"
|
||||
@ -3548,12 +3548,12 @@ msgid ""
|
||||
"not in the domain."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:256
|
||||
#: sphinx/util/docutils.py:293
|
||||
#, python-format
|
||||
msgid "unknown directive or role name: %s:%s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:549
|
||||
#: sphinx/util/docutils.py:586
|
||||
#, python-format
|
||||
msgid "unknown node type: %r"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sphinx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2022-07-03 00:22+0000\n"
|
||||
"POT-Creation-Date: 2022-07-10 00:23+0000\n"
|
||||
"PO-Revision-Date: 2013-04-02 08:44+0000\n"
|
||||
"Last-Translator: Geraint Palmer <palmer.geraint@googlemail.com>, 2016\n"
|
||||
"Language-Team: Welsh (http://www.transifex.com/sphinx-doc/sphinx-1/language/cy/)\n"
|
||||
@ -3548,12 +3548,12 @@ msgid ""
|
||||
"not in the domain."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:256
|
||||
#: sphinx/util/docutils.py:293
|
||||
#, python-format
|
||||
msgid "unknown directive or role name: %s:%s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:549
|
||||
#: sphinx/util/docutils.py:586
|
||||
#, python-format
|
||||
msgid "unknown node type: %r"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -6,14 +6,14 @@
|
||||
# askhl <asklarsen@gmail.com>, 2010-2011
|
||||
# Jakob Lykke Andersen <jakob@caput.dk>, 2014,2016
|
||||
# Joe Hansen <joedalton2@yahoo.dk>, 2016,2019
|
||||
# Takeshi KOMIYA <i.tkomiya@gmail.com>, 2021
|
||||
# Komiya Takeshi <i.tkomiya@gmail.com>, 2021
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sphinx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2022-07-03 00:22+0000\n"
|
||||
"POT-Creation-Date: 2022-07-10 00:23+0000\n"
|
||||
"PO-Revision-Date: 2013-04-02 08:44+0000\n"
|
||||
"Last-Translator: Takeshi KOMIYA <i.tkomiya@gmail.com>, 2021\n"
|
||||
"Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>, 2021\n"
|
||||
"Language-Team: Danish (http://www.transifex.com/sphinx-doc/sphinx-1/language/da/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -3550,12 +3550,12 @@ msgid ""
|
||||
"not in the domain."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:256
|
||||
#: sphinx/util/docutils.py:293
|
||||
#, python-format
|
||||
msgid "unknown directive or role name: %s:%s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:549
|
||||
#: sphinx/util/docutils.py:586
|
||||
#, python-format
|
||||
msgid "unknown node type: %r"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -11,7 +11,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sphinx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2022-07-03 00:22+0000\n"
|
||||
"POT-Creation-Date: 2022-07-10 00:23+0000\n"
|
||||
"PO-Revision-Date: 2013-04-02 08:44+0000\n"
|
||||
"Last-Translator: Jean-François B. <jfbu@free.fr>, 2018\n"
|
||||
"Language-Team: German (http://www.transifex.com/sphinx-doc/sphinx-1/language/de/)\n"
|
||||
@ -3550,12 +3550,12 @@ msgid ""
|
||||
"not in the domain."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:256
|
||||
#: sphinx/util/docutils.py:293
|
||||
#, python-format
|
||||
msgid "unknown directive or role name: %s:%s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:549
|
||||
#: sphinx/util/docutils.py:586
|
||||
#, python-format
|
||||
msgid "unknown node type: %r"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -4,15 +4,15 @@
|
||||
#
|
||||
# Translators:
|
||||
# Stelios Vitalis <liberostelios@gmail.com>, 2015
|
||||
# Takeshi KOMIYA <i.tkomiya@gmail.com>, 2021
|
||||
# Komiya Takeshi <i.tkomiya@gmail.com>, 2021
|
||||
# tzoumakers tzoumakers <tzoumakersx@gmail.com>, 2019
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sphinx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2022-07-03 00:22+0000\n"
|
||||
"POT-Creation-Date: 2022-07-10 00:23+0000\n"
|
||||
"PO-Revision-Date: 2013-04-02 08:44+0000\n"
|
||||
"Last-Translator: Takeshi KOMIYA <i.tkomiya@gmail.com>, 2021\n"
|
||||
"Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>, 2021\n"
|
||||
"Language-Team: Greek (http://www.transifex.com/sphinx-doc/sphinx-1/language/el/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -3549,12 +3549,12 @@ msgid ""
|
||||
"not in the domain."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:256
|
||||
#: sphinx/util/docutils.py:293
|
||||
#, python-format
|
||||
msgid "unknown directive or role name: %s:%s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:549
|
||||
#: sphinx/util/docutils.py:586
|
||||
#, python-format
|
||||
msgid "unknown node type: %r"
|
||||
msgstr "άγνωστος τύπος κόμβου: %r"
|
||||
|
Binary file not shown.
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sphinx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2022-07-03 00:22+0000\n"
|
||||
"POT-Creation-Date: 2022-07-10 00:23+0000\n"
|
||||
"PO-Revision-Date: 2013-04-02 08:44+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: English (France) (http://www.transifex.com/sphinx-doc/sphinx-1/language/en_FR/)\n"
|
||||
@ -3546,12 +3546,12 @@ msgid ""
|
||||
"not in the domain."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:256
|
||||
#: sphinx/util/docutils.py:293
|
||||
#, python-format
|
||||
msgid "unknown directive or role name: %s:%s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:549
|
||||
#: sphinx/util/docutils.py:586
|
||||
#, python-format
|
||||
msgid "unknown node type: %r"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sphinx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2022-07-03 00:22+0000\n"
|
||||
"POT-Creation-Date: 2022-07-10 00:23+0000\n"
|
||||
"PO-Revision-Date: 2013-04-02 08:44+0000\n"
|
||||
"Last-Translator: Adam Turner, 2022\n"
|
||||
"Language-Team: English (United Kingdom) (http://www.transifex.com/sphinx-doc/sphinx-1/language/en_GB/)\n"
|
||||
@ -3547,12 +3547,12 @@ msgid ""
|
||||
"not in the domain."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:256
|
||||
#: sphinx/util/docutils.py:293
|
||||
#, python-format
|
||||
msgid "unknown directive or role name: %s:%s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:549
|
||||
#: sphinx/util/docutils.py:586
|
||||
#, python-format
|
||||
msgid "unknown node type: %r"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sphinx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2022-07-03 00:22+0000\n"
|
||||
"POT-Creation-Date: 2022-07-10 00:23+0000\n"
|
||||
"PO-Revision-Date: 2013-04-02 08:44+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: English (Hong Kong) (http://www.transifex.com/sphinx-doc/sphinx-1/language/en_HK/)\n"
|
||||
@ -3546,12 +3546,12 @@ msgid ""
|
||||
"not in the domain."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:256
|
||||
#: sphinx/util/docutils.py:293
|
||||
#, python-format
|
||||
msgid "unknown directive or role name: %s:%s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:549
|
||||
#: sphinx/util/docutils.py:586
|
||||
#, python-format
|
||||
msgid "unknown node type: %r"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sphinx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2022-07-03 00:22+0000\n"
|
||||
"POT-Creation-Date: 2022-07-10 00:23+0000\n"
|
||||
"PO-Revision-Date: 2013-04-02 08:44+0000\n"
|
||||
"Last-Translator: Tatsuro YOKOTA <hidaruma@outlook.jp>, 2021\n"
|
||||
"Language-Team: Esperanto (http://www.transifex.com/sphinx-doc/sphinx-1/language/eo/)\n"
|
||||
@ -3548,12 +3548,12 @@ msgid ""
|
||||
"not in the domain."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:256
|
||||
#: sphinx/util/docutils.py:293
|
||||
#, python-format
|
||||
msgid "unknown directive or role name: %s:%s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:549
|
||||
#: sphinx/util/docutils.py:586
|
||||
#, python-format
|
||||
msgid "unknown node type: %r"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -10,14 +10,14 @@
|
||||
# Ivan García <ivan.garcia@studio-point.com>, 2019
|
||||
# Leonardo J. Caballero G. <leonardocaballero@gmail.com>, 2013-2018,2020
|
||||
# Leonardo J. Caballero G. <leonardocaballero@gmail.com>, 2022
|
||||
# Takeshi KOMIYA <i.tkomiya@gmail.com>, 2016,2021
|
||||
# Komiya Takeshi <i.tkomiya@gmail.com>, 2016,2021
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sphinx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2022-07-03 00:22+0000\n"
|
||||
"POT-Creation-Date: 2022-07-10 00:23+0000\n"
|
||||
"PO-Revision-Date: 2013-04-02 08:44+0000\n"
|
||||
"Last-Translator: Takeshi KOMIYA <i.tkomiya@gmail.com>, 2016,2021\n"
|
||||
"Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>, 2016,2021\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/sphinx-doc/sphinx-1/language/es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -3554,12 +3554,12 @@ msgid ""
|
||||
"not in the domain."
|
||||
msgstr "Problema en el dominio %s: se supone que el campo debe usar el rol '%s', pero ese rol no está en el dominio."
|
||||
|
||||
#: sphinx/util/docutils.py:256
|
||||
#: sphinx/util/docutils.py:293
|
||||
#, python-format
|
||||
msgid "unknown directive or role name: %s:%s"
|
||||
msgstr "directiva desconocida o nombre de rol: %s:%s"
|
||||
|
||||
#: sphinx/util/docutils.py:549
|
||||
#: sphinx/util/docutils.py:586
|
||||
#, python-format
|
||||
msgid "unknown node type: %r"
|
||||
msgstr "tipo de nodo desconocido: %r"
|
||||
|
Binary file not shown.
@ -11,7 +11,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sphinx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2022-07-03 00:22+0000\n"
|
||||
"POT-Creation-Date: 2022-07-10 00:23+0000\n"
|
||||
"PO-Revision-Date: 2013-04-02 08:44+0000\n"
|
||||
"Last-Translator: Ivar Smolin <okul@linux.ee>, 2013-2022\n"
|
||||
"Language-Team: Estonian (http://www.transifex.com/sphinx-doc/sphinx-1/language/et/)\n"
|
||||
@ -3550,12 +3550,12 @@ msgid ""
|
||||
"not in the domain."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:256
|
||||
#: sphinx/util/docutils.py:293
|
||||
#, python-format
|
||||
msgid "unknown directive or role name: %s:%s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:549
|
||||
#: sphinx/util/docutils.py:586
|
||||
#, python-format
|
||||
msgid "unknown node type: %r"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sphinx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2022-07-03 00:22+0000\n"
|
||||
"POT-Creation-Date: 2022-07-10 00:23+0000\n"
|
||||
"PO-Revision-Date: 2013-04-02 08:44+0000\n"
|
||||
"Last-Translator: Asier Iturralde Sarasola <asier.iturralde@gmail.com>, 2018\n"
|
||||
"Language-Team: Basque (http://www.transifex.com/sphinx-doc/sphinx-1/language/eu/)\n"
|
||||
@ -3548,12 +3548,12 @@ msgid ""
|
||||
"not in the domain."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:256
|
||||
#: sphinx/util/docutils.py:293
|
||||
#, python-format
|
||||
msgid "unknown directive or role name: %s:%s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:549
|
||||
#: sphinx/util/docutils.py:586
|
||||
#, python-format
|
||||
msgid "unknown node type: %r"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -11,7 +11,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sphinx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2022-07-03 00:22+0000\n"
|
||||
"POT-Creation-Date: 2022-07-10 00:23+0000\n"
|
||||
"PO-Revision-Date: 2013-04-02 08:44+0000\n"
|
||||
"Last-Translator: Hadi F <h_adi_f@yahoo.com>, 2020-2021\n"
|
||||
"Language-Team: Persian (http://www.transifex.com/sphinx-doc/sphinx-1/language/fa/)\n"
|
||||
@ -3550,12 +3550,12 @@ msgid ""
|
||||
"not in the domain."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:256
|
||||
#: sphinx/util/docutils.py:293
|
||||
#, python-format
|
||||
msgid "unknown directive or role name: %s:%s"
|
||||
msgstr "نام نقش یا دستورالعمل ناشناخته: %s:%s"
|
||||
|
||||
#: sphinx/util/docutils.py:549
|
||||
#: sphinx/util/docutils.py:586
|
||||
#, python-format
|
||||
msgid "unknown node type: %r"
|
||||
msgstr "بست از نوع ناشناخته: %r"
|
||||
|
Binary file not shown.
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sphinx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2022-07-03 00:22+0000\n"
|
||||
"POT-Creation-Date: 2022-07-10 00:23+0000\n"
|
||||
"PO-Revision-Date: 2013-04-02 08:44+0000\n"
|
||||
"Last-Translator: FIRST AUTHOR <EMAIL@ADDRESS>, 2009\n"
|
||||
"Language-Team: Finnish (http://www.transifex.com/sphinx-doc/sphinx-1/language/fi/)\n"
|
||||
@ -3547,12 +3547,12 @@ msgid ""
|
||||
"not in the domain."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:256
|
||||
#: sphinx/util/docutils.py:293
|
||||
#, python-format
|
||||
msgid "unknown directive or role name: %s:%s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:549
|
||||
#: sphinx/util/docutils.py:586
|
||||
#, python-format
|
||||
msgid "unknown node type: %r"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -29,12 +29,12 @@
|
||||
# Olivier Bonaventure <bonaventure@acm.org>, 2019
|
||||
# Pierre Grépon <pgrepon@yahoo.fr>, 2016
|
||||
# Sebastien Douche <sdouche@gmail.com>, 2008
|
||||
# Takeshi KOMIYA <i.tkomiya@gmail.com>, 2016,2020
|
||||
# Komiya Takeshi <i.tkomiya@gmail.com>, 2016,2020
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sphinx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2022-07-03 00:22+0000\n"
|
||||
"POT-Creation-Date: 2022-07-10 00:23+0000\n"
|
||||
"PO-Revision-Date: 2013-04-02 08:44+0000\n"
|
||||
"Last-Translator: Jean-François B. <jfbu@free.fr>, 2017-2019,2022\n"
|
||||
"Language-Team: French (http://www.transifex.com/sphinx-doc/sphinx-1/language/fr/)\n"
|
||||
@ -3573,12 +3573,12 @@ msgid ""
|
||||
"not in the domain."
|
||||
msgstr "Problème dans le domaine %s : le champ est censé utiliser le rôle '%s', mais ce rôle ne figure pas dans le domaine."
|
||||
|
||||
#: sphinx/util/docutils.py:256
|
||||
#: sphinx/util/docutils.py:293
|
||||
#, python-format
|
||||
msgid "unknown directive or role name: %s:%s"
|
||||
msgstr "nom de rôle ou de directive inconnu: %s:%s"
|
||||
|
||||
#: sphinx/util/docutils.py:549
|
||||
#: sphinx/util/docutils.py:586
|
||||
#, python-format
|
||||
msgid "unknown node type: %r"
|
||||
msgstr "type de node inconnu : %r"
|
||||
|
Binary file not shown.
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sphinx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2022-07-03 00:22+0000\n"
|
||||
"POT-Creation-Date: 2022-07-10 00:23+0000\n"
|
||||
"PO-Revision-Date: 2013-04-02 08:44+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: French (France) (http://www.transifex.com/sphinx-doc/sphinx-1/language/fr_FR/)\n"
|
||||
@ -3546,12 +3546,12 @@ msgid ""
|
||||
"not in the domain."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:256
|
||||
#: sphinx/util/docutils.py:293
|
||||
#, python-format
|
||||
msgid "unknown directive or role name: %s:%s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:549
|
||||
#: sphinx/util/docutils.py:586
|
||||
#, python-format
|
||||
msgid "unknown node type: %r"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sphinx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2022-07-03 00:22+0000\n"
|
||||
"POT-Creation-Date: 2022-07-10 00:23+0000\n"
|
||||
"PO-Revision-Date: 2013-04-02 08:44+0000\n"
|
||||
"Last-Translator: FIRST AUTHOR <EMAIL@ADDRESS>, 2011\n"
|
||||
"Language-Team: Hebrew (http://www.transifex.com/sphinx-doc/sphinx-1/language/he/)\n"
|
||||
@ -3547,12 +3547,12 @@ msgid ""
|
||||
"not in the domain."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:256
|
||||
#: sphinx/util/docutils.py:293
|
||||
#, python-format
|
||||
msgid "unknown directive or role name: %s:%s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:549
|
||||
#: sphinx/util/docutils.py:586
|
||||
#, python-format
|
||||
msgid "unknown node type: %r"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -6,12 +6,12 @@
|
||||
# Ajay Singh <ajaysajay@gmail.com>, 2019
|
||||
# Purnank H. Ghumalia <me@purnank.in>, 2015-2016
|
||||
# Sumanjali Damarla <damarlasumanjali@gmail.com>, 2020
|
||||
# Takeshi KOMIYA <i.tkomiya@gmail.com>, 2019
|
||||
# Komiya Takeshi <i.tkomiya@gmail.com>, 2019
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sphinx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2022-07-03 00:22+0000\n"
|
||||
"POT-Creation-Date: 2022-07-10 00:23+0000\n"
|
||||
"PO-Revision-Date: 2013-04-02 08:44+0000\n"
|
||||
"Last-Translator: Sumanjali Damarla <damarlasumanjali@gmail.com>, 2020\n"
|
||||
"Language-Team: Hindi (http://www.transifex.com/sphinx-doc/sphinx-1/language/hi/)\n"
|
||||
@ -3550,12 +3550,12 @@ msgid ""
|
||||
"not in the domain."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:256
|
||||
#: sphinx/util/docutils.py:293
|
||||
#, python-format
|
||||
msgid "unknown directive or role name: %s:%s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:549
|
||||
#: sphinx/util/docutils.py:586
|
||||
#, python-format
|
||||
msgid "unknown node type: %r"
|
||||
msgstr "अज्ञात बिंदु प्रकार: %r"
|
||||
|
Binary file not shown.
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sphinx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2022-07-03 00:22+0000\n"
|
||||
"POT-Creation-Date: 2022-07-10 00:23+0000\n"
|
||||
"PO-Revision-Date: 2013-04-02 08:44+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Hindi (India) (http://www.transifex.com/sphinx-doc/sphinx-1/language/hi_IN/)\n"
|
||||
@ -3546,12 +3546,12 @@ msgid ""
|
||||
"not in the domain."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:256
|
||||
#: sphinx/util/docutils.py:293
|
||||
#, python-format
|
||||
msgid "unknown directive or role name: %s:%s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:549
|
||||
#: sphinx/util/docutils.py:586
|
||||
#, python-format
|
||||
msgid "unknown node type: %r"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sphinx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2022-07-03 00:22+0000\n"
|
||||
"POT-Creation-Date: 2022-07-10 00:23+0000\n"
|
||||
"PO-Revision-Date: 2013-04-02 08:44+0000\n"
|
||||
"Last-Translator: Mario Šarić, 2015-2020\n"
|
||||
"Language-Team: Croatian (http://www.transifex.com/sphinx-doc/sphinx-1/language/hr/)\n"
|
||||
@ -3547,12 +3547,12 @@ msgid ""
|
||||
"not in the domain."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:256
|
||||
#: sphinx/util/docutils.py:293
|
||||
#, python-format
|
||||
msgid "unknown directive or role name: %s:%s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:549
|
||||
#: sphinx/util/docutils.py:586
|
||||
#, python-format
|
||||
msgid "unknown node type: %r"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -13,7 +13,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sphinx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2022-07-03 00:22+0000\n"
|
||||
"POT-Creation-Date: 2022-07-10 00:23+0000\n"
|
||||
"PO-Revision-Date: 2013-04-02 08:44+0000\n"
|
||||
"Last-Translator: Balázs Úr, 2020\n"
|
||||
"Language-Team: Hungarian (http://www.transifex.com/sphinx-doc/sphinx-1/language/hu/)\n"
|
||||
@ -3552,12 +3552,12 @@ msgid ""
|
||||
"not in the domain."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:256
|
||||
#: sphinx/util/docutils.py:293
|
||||
#, python-format
|
||||
msgid "unknown directive or role name: %s:%s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:549
|
||||
#: sphinx/util/docutils.py:586
|
||||
#, python-format
|
||||
msgid "unknown node type: %r"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -12,7 +12,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sphinx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2022-07-03 00:22+0000\n"
|
||||
"POT-Creation-Date: 2022-07-10 00:23+0000\n"
|
||||
"PO-Revision-Date: 2013-04-02 08:44+0000\n"
|
||||
"Last-Translator: oon arfiandwi <oon.arfiandwi@gmail.com>, 2019-2020\n"
|
||||
"Language-Team: Indonesian (http://www.transifex.com/sphinx-doc/sphinx-1/language/id/)\n"
|
||||
@ -3551,12 +3551,12 @@ msgid ""
|
||||
"not in the domain."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:256
|
||||
#: sphinx/util/docutils.py:293
|
||||
#, python-format
|
||||
msgid "unknown directive or role name: %s:%s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:549
|
||||
#: sphinx/util/docutils.py:586
|
||||
#, python-format
|
||||
msgid "unknown node type: %r"
|
||||
msgstr "tipe simpul tidak dikenal: %r"
|
||||
|
Binary file not shown.
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sphinx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2022-07-03 00:22+0000\n"
|
||||
"POT-Creation-Date: 2022-07-10 00:23+0000\n"
|
||||
"PO-Revision-Date: 2013-04-02 08:44+0000\n"
|
||||
"Last-Translator: Tryggvi Kalman <tkj3@hi.is>, 2021\n"
|
||||
"Language-Team: Icelandic (http://www.transifex.com/sphinx-doc/sphinx-1/language/is/)\n"
|
||||
@ -3547,12 +3547,12 @@ msgid ""
|
||||
"not in the domain."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:256
|
||||
#: sphinx/util/docutils.py:293
|
||||
#, python-format
|
||||
msgid "unknown directive or role name: %s:%s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:549
|
||||
#: sphinx/util/docutils.py:586
|
||||
#, python-format
|
||||
msgid "unknown node type: %r"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -8,12 +8,12 @@
|
||||
# Paolo Cavallini <cavallini@faunalia.it>, 2013-2017
|
||||
# Roland Puntaier <roland.puntaier@chello.at>, 2013
|
||||
# Sandro Dentella <sandro@e-den.it>, 2008
|
||||
# Takeshi KOMIYA <i.tkomiya@gmail.com>, 2016
|
||||
# Komiya Takeshi <i.tkomiya@gmail.com>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sphinx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2022-07-03 00:22+0000\n"
|
||||
"POT-Creation-Date: 2022-07-10 00:23+0000\n"
|
||||
"PO-Revision-Date: 2013-04-02 08:44+0000\n"
|
||||
"Last-Translator: Antonari Palmio, 2022\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/sphinx-doc/sphinx-1/language/it/)\n"
|
||||
@ -3552,12 +3552,12 @@ msgid ""
|
||||
"not in the domain."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:256
|
||||
#: sphinx/util/docutils.py:293
|
||||
#, python-format
|
||||
msgid "unknown directive or role name: %s:%s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:549
|
||||
#: sphinx/util/docutils.py:586
|
||||
#, python-format
|
||||
msgid "unknown node type: %r"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -8,15 +8,15 @@
|
||||
# tomo, 2018
|
||||
# Hisahiro Ohmura, 2017
|
||||
# KaKkouo, 2021
|
||||
# Takeshi KOMIYA <i.tkomiya@gmail.com>, 2021
|
||||
# Komiya Takeshi <i.tkomiya@gmail.com>, 2021
|
||||
# Kouhei Sutou <kou@clear-code.com>, 2011
|
||||
# sutefu7, 2019-2020
|
||||
# shirou - しろう <shirou.faw@gmail.com>, 2017
|
||||
# Taizo Ito <taizo.ito@hennge.com>, 2019
|
||||
# Takayuki SHIMIZUKAWA <shimizukawa@gmail.com>, 2013-2016
|
||||
# Takayuki SHIMIZUKAWA <shimizukawa@gmail.com>, 2016-2017,2019
|
||||
# Takeshi KOMIYA <i.tkomiya@gmail.com>, 2016-2017,2019,2022
|
||||
# Tetsuo Koyama <tkoyama010@gmail.com>, 2020-2021
|
||||
# Komiya Takeshi <i.tkomiya@gmail.com>, 2016-2017,2019,2022
|
||||
# Tetsuo Koyama <tkoyama010@gmail.com>, 2020-2022
|
||||
# tomo, 2019
|
||||
# shirou - しろう <shirou.faw@gmail.com>, 2014
|
||||
# Yasushi Masuda <whosaysni@gmail.com>, 2008
|
||||
@ -24,9 +24,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sphinx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2022-07-03 00:22+0000\n"
|
||||
"POT-Creation-Date: 2022-07-10 00:23+0000\n"
|
||||
"PO-Revision-Date: 2013-04-02 08:44+0000\n"
|
||||
"Last-Translator: Takeshi KOMIYA <i.tkomiya@gmail.com>, 2016-2017,2019,2022\n"
|
||||
"Last-Translator: Tetsuo Koyama <tkoyama010@gmail.com>, 2020-2022\n"
|
||||
"Language-Team: Japanese (http://www.transifex.com/sphinx-doc/sphinx-1/language/ja/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -191,7 +191,7 @@ msgstr "conf.py が設定ディレクトリに存在しません (%s)"
|
||||
msgid ""
|
||||
"Invalid configuration value found: 'language = None'. Update your "
|
||||
"configuration to a valid language code. Falling back to 'en' (English)."
|
||||
msgstr ""
|
||||
msgstr "無効な設定値が見つかりました: 'language = None' 。設定を有効な言語コードに更新してください。 'en' (英語)にフォールバックしています。"
|
||||
|
||||
#: sphinx/config.py:202
|
||||
#, python-format
|
||||
@ -484,12 +484,12 @@ msgstr "Python Enhancement Proposals; PEP %s"
|
||||
#: sphinx/roles.py:188
|
||||
#, python-format
|
||||
msgid "invalid PEP number %s"
|
||||
msgstr ""
|
||||
msgstr "無効なPEP番号 %s"
|
||||
|
||||
#: sphinx/roles.py:222
|
||||
#, python-format
|
||||
msgid "invalid RFC number %s"
|
||||
msgstr ""
|
||||
msgstr "無効なRFC番号 %s"
|
||||
|
||||
#: sphinx/theming.py:72
|
||||
#, python-format
|
||||
@ -1243,7 +1243,7 @@ msgid ""
|
||||
"\n"
|
||||
"By default, everything that is outdated is built. Output only for selected\n"
|
||||
"files can be built by specifying individual filenames.\n"
|
||||
msgstr ""
|
||||
msgstr "\nソースファイルからドキュメントを生成します。\n\nsphinx-build は、SOURCEDIR 内のファイルをもとにドキュメントを生成し、\nOUTPUTDIR 内に配置します。またコンフィグ\n設定用に SOURCEDIR 内から\n 'conf.py' を探します。'sphinx-quickstart' ツールを使うと\n 'conf.py' を含むテンプレートファイルを生成することができます。\n\nsphinx-build は、さまざまな形式のドキュメントを作成することができます。フォーマットは、\nコマンドラインでビルダー名を指定して選択します。デフォルトは\nHTML です。ビルダーはドキュメント化処理に関連した他のタスクも実行できます。\n\nデフォルトでは、古いものはすべてビルドされています。個別にファイル名を指定することで、\n選択したファイルのみ出力することもできます。\n"
|
||||
|
||||
#: sphinx/cmd/build.py:120
|
||||
msgid "path to documentation source files"
|
||||
@ -1516,7 +1516,7 @@ msgid ""
|
||||
"Python the version is something like 2.5 or 3.0, while the release is\n"
|
||||
"something like 2.5.1 or 3.0a1. If you don't need this dual structure,\n"
|
||||
"just set both to the same value."
|
||||
msgstr ""
|
||||
msgstr "Sphinx には、ソフトウェアに対して \"バージョン\" と \"リリース\" という概念が\nあります。各バージョンは複数のリリースを持つことができます。\n例えば、Python だとバージョンが 2.5 や 3.0 のように分かれているように、\nリリースも 2.5.1 や 3.0a1 のように分けて持つことができます。もしこのような多重構成が必要ない場合は、\n両方を同じ値に設定するだけです。"
|
||||
|
||||
#: sphinx/cmd/quickstart.py:259
|
||||
msgid "Project version"
|
||||
@ -3563,12 +3563,12 @@ msgid ""
|
||||
"not in the domain."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:256
|
||||
#: sphinx/util/docutils.py:293
|
||||
#, python-format
|
||||
msgid "unknown directive or role name: %s:%s"
|
||||
msgstr "不明なディレクティブまたはロール名: %s:%s"
|
||||
|
||||
#: sphinx/util/docutils.py:549
|
||||
#: sphinx/util/docutils.py:586
|
||||
#, python-format
|
||||
msgid "unknown node type: %r"
|
||||
msgstr "不明なノードタイプ: %r"
|
||||
@ -3632,7 +3632,7 @@ msgstr "この用語の解説へ"
|
||||
#: sphinx/writers/html.py:428 sphinx/writers/html.py:433
|
||||
#: sphinx/writers/html5.py:387 sphinx/writers/html5.py:392
|
||||
msgid "Permalink to this heading"
|
||||
msgstr ""
|
||||
msgstr "この見出しへのパーマリンク"
|
||||
|
||||
#: sphinx/writers/html.py:437 sphinx/writers/html5.py:396
|
||||
msgid "Permalink to this table"
|
||||
|
Binary file not shown.
@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sphinx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2022-07-03 00:22+0000\n"
|
||||
"POT-Creation-Date: 2022-07-10 00:23+0000\n"
|
||||
"PO-Revision-Date: 2013-04-02 08:44+0000\n"
|
||||
"Last-Translator: YT H <dev@theYT.net>, 2019-2022\n"
|
||||
"Language-Team: Korean (http://www.transifex.com/sphinx-doc/sphinx-1/language/ko/)\n"
|
||||
@ -3548,12 +3548,12 @@ msgid ""
|
||||
"not in the domain."
|
||||
msgstr "%s 영역에서 문제 발생: 필드가 '%s' 역할을 사용해야 하지만, 해당 역할이 도메인에 없습니다."
|
||||
|
||||
#: sphinx/util/docutils.py:256
|
||||
#: sphinx/util/docutils.py:293
|
||||
#, python-format
|
||||
msgid "unknown directive or role name: %s:%s"
|
||||
msgstr "알 수 없는 지시문 또는 역할 이름: %s:%s"
|
||||
|
||||
#: sphinx/util/docutils.py:549
|
||||
#: sphinx/util/docutils.py:586
|
||||
#, python-format
|
||||
msgid "unknown node type: %r"
|
||||
msgstr "알 수 없는 노드 유형: %r"
|
||||
|
Binary file not shown.
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sphinx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2022-07-03 00:22+0000\n"
|
||||
"POT-Creation-Date: 2022-07-10 00:23+0000\n"
|
||||
"PO-Revision-Date: 2013-04-02 08:44+0000\n"
|
||||
"Last-Translator: DALIUS DOBRAVOLSKAS <DALIUS@SANDBOX.LT>, 2010\n"
|
||||
"Language-Team: Lithuanian (http://www.transifex.com/sphinx-doc/sphinx-1/language/lt/)\n"
|
||||
@ -3547,12 +3547,12 @@ msgid ""
|
||||
"not in the domain."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:256
|
||||
#: sphinx/util/docutils.py:293
|
||||
#, python-format
|
||||
msgid "unknown directive or role name: %s:%s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:549
|
||||
#: sphinx/util/docutils.py:586
|
||||
#, python-format
|
||||
msgid "unknown node type: %r"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sphinx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2022-07-03 00:22+0000\n"
|
||||
"POT-Creation-Date: 2022-07-10 00:23+0000\n"
|
||||
"PO-Revision-Date: 2013-04-02 08:44+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Latvian (http://www.transifex.com/sphinx-doc/sphinx-1/language/lv/)\n"
|
||||
@ -3546,12 +3546,12 @@ msgid ""
|
||||
"not in the domain."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:256
|
||||
#: sphinx/util/docutils.py:293
|
||||
#, python-format
|
||||
msgid "unknown directive or role name: %s:%s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:549
|
||||
#: sphinx/util/docutils.py:586
|
||||
#, python-format
|
||||
msgid "unknown node type: %r"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sphinx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2022-07-03 00:22+0000\n"
|
||||
"POT-Creation-Date: 2022-07-10 00:23+0000\n"
|
||||
"PO-Revision-Date: 2013-04-02 08:44+0000\n"
|
||||
"Last-Translator: Vasil Vangelovski <vvangelovski@gmail.com>, 2013\n"
|
||||
"Language-Team: Macedonian (http://www.transifex.com/sphinx-doc/sphinx-1/language/mk/)\n"
|
||||
@ -3547,12 +3547,12 @@ msgid ""
|
||||
"not in the domain."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:256
|
||||
#: sphinx/util/docutils.py:293
|
||||
#, python-format
|
||||
msgid "unknown directive or role name: %s:%s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:549
|
||||
#: sphinx/util/docutils.py:586
|
||||
#, python-format
|
||||
msgid "unknown node type: %r"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sphinx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2022-07-03 00:22+0000\n"
|
||||
"POT-Creation-Date: 2022-07-10 00:23+0000\n"
|
||||
"PO-Revision-Date: 2013-04-02 08:44+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/sphinx-doc/sphinx-1/language/nb_NO/)\n"
|
||||
@ -3546,12 +3546,12 @@ msgid ""
|
||||
"not in the domain."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:256
|
||||
#: sphinx/util/docutils.py:293
|
||||
#, python-format
|
||||
msgid "unknown directive or role name: %s:%s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:549
|
||||
#: sphinx/util/docutils.py:586
|
||||
#, python-format
|
||||
msgid "unknown node type: %r"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -4,14 +4,14 @@
|
||||
#
|
||||
# Translators:
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2011
|
||||
# Takeshi KOMIYA <i.tkomiya@gmail.com>, 2016
|
||||
# Komiya Takeshi <i.tkomiya@gmail.com>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sphinx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2022-07-03 00:22+0000\n"
|
||||
"POT-Creation-Date: 2022-07-10 00:23+0000\n"
|
||||
"PO-Revision-Date: 2013-04-02 08:44+0000\n"
|
||||
"Last-Translator: Takeshi KOMIYA <i.tkomiya@gmail.com>, 2016\n"
|
||||
"Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>, 2016\n"
|
||||
"Language-Team: Nepali (http://www.transifex.com/sphinx-doc/sphinx-1/language/ne/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -3548,12 +3548,12 @@ msgid ""
|
||||
"not in the domain."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:256
|
||||
#: sphinx/util/docutils.py:293
|
||||
#, python-format
|
||||
msgid "unknown directive or role name: %s:%s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:549
|
||||
#: sphinx/util/docutils.py:586
|
||||
#, python-format
|
||||
msgid "unknown node type: %r"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -9,14 +9,14 @@
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2008
|
||||
# Gert van Dijk <gertvdijk@gmail.com>, 2019
|
||||
# Jesse Tan, 2017
|
||||
# Takeshi KOMIYA <i.tkomiya@gmail.com>, 2021
|
||||
# Komiya Takeshi <i.tkomiya@gmail.com>, 2021
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sphinx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2022-07-03 00:22+0000\n"
|
||||
"POT-Creation-Date: 2022-07-10 00:23+0000\n"
|
||||
"PO-Revision-Date: 2013-04-02 08:44+0000\n"
|
||||
"Last-Translator: Takeshi KOMIYA <i.tkomiya@gmail.com>, 2021\n"
|
||||
"Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>, 2021\n"
|
||||
"Language-Team: Dutch (http://www.transifex.com/sphinx-doc/sphinx-1/language/nl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -3553,12 +3553,12 @@ msgid ""
|
||||
"not in the domain."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:256
|
||||
#: sphinx/util/docutils.py:293
|
||||
#, python-format
|
||||
msgid "unknown directive or role name: %s:%s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:549
|
||||
#: sphinx/util/docutils.py:586
|
||||
#, python-format
|
||||
msgid "unknown node type: %r"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -5,13 +5,13 @@
|
||||
# Translators:
|
||||
# Maciej Olko <maciej.olko@gmail.com>, 2017-2020
|
||||
# Michael Gielda <michal.gielda@gmail.com>, 2014
|
||||
# Takeshi KOMIYA <i.tkomiya@gmail.com>, 2018
|
||||
# Komiya Takeshi <i.tkomiya@gmail.com>, 2018
|
||||
# Tawez, 2013-2019
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sphinx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2022-07-03 00:22+0000\n"
|
||||
"POT-Creation-Date: 2022-07-10 00:23+0000\n"
|
||||
"PO-Revision-Date: 2013-04-02 08:44+0000\n"
|
||||
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2017-2020\n"
|
||||
"Language-Team: Polish (http://www.transifex.com/sphinx-doc/sphinx-1/language/pl/)\n"
|
||||
@ -3550,12 +3550,12 @@ msgid ""
|
||||
"not in the domain."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:256
|
||||
#: sphinx/util/docutils.py:293
|
||||
#, python-format
|
||||
msgid "unknown directive or role name: %s:%s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:549
|
||||
#: sphinx/util/docutils.py:586
|
||||
#, python-format
|
||||
msgid "unknown node type: %r"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sphinx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2022-07-03 00:22+0000\n"
|
||||
"POT-Creation-Date: 2022-07-10 00:23+0000\n"
|
||||
"PO-Revision-Date: 2013-04-02 08:44+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Portuguese (http://www.transifex.com/sphinx-doc/sphinx-1/language/pt/)\n"
|
||||
@ -3546,12 +3546,12 @@ msgid ""
|
||||
"not in the domain."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:256
|
||||
#: sphinx/util/docutils.py:293
|
||||
#, python-format
|
||||
msgid "unknown directive or role name: %s:%s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:549
|
||||
#: sphinx/util/docutils.py:586
|
||||
#, python-format
|
||||
msgid "unknown node type: %r"
|
||||
msgstr ""
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user