source: general/prog/python-modules/sphinx.xml@ 82db5c3

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 82db5c3 was 9c87711, checked in by Douglas R. Reno <renodr@…>, 17 months ago

Tags

  • Property mode set to 100644
File size: 6.8 KB
RevLine 
[3d48ae4]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../../general.ent">
5 %general-entities;
6
7 <!ENTITY sphinx-download-http "https://github.com/sphinx-doc/sphinx/archive/v&sphinx-version;/sphinx-&sphinx-version;.tar.gz">
8 <!ENTITY sphinx-download-ftp " ">
[8f65da99]9 <!ENTITY sphinx-md5sum "18b07621d19d4b2cffd58d7a6ac5bed3">
10 <!ENTITY sphinx-size "6.4 MB">
[b112f043]11 <!ENTITY sphinx-buildsize "43 MB (add 35 MB for tests)">
12 <!ENTITY sphinx-time "less than 0.1 SBU (1.1 SBU for tests)">
[3d48ae4]13]>
14
15 <sect2 id="sphinx" xreflabel="sphinx-&sphinx-version;">
16
17 <title>Sphinx-&sphinx-version;</title>
18
19 <indexterm zone="sphinx">
20 <primary sortas="a-sphinx">sphinx</primary>
21 </indexterm>
22
23 <sect3 role="package">
24 <title>Introduction to Sphinx Module</title>
25
26 <para>
27 The <application>Sphinx</application> package is a set of tools
28 for translating some structured text formats into pretty documentation
29 in various formats.
30 </para>
31
[9c87711]32 &lfs113_checked;
[3d48ae4]33
34 <bridgehead renderas="sect4">Package Information</bridgehead>
35 <itemizedlist spacing="compact">
36 <listitem>
37 <para>
38 Download (HTTP): <ulink url="&sphinx-download-http;"/>
39 </para>
40 </listitem>
41 <listitem>
42 <para>
43 Download (FTP): <ulink url="&sphinx-download-ftp;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download MD5 sum: &sphinx-md5sum;
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download size: &sphinx-size;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Estimated disk space required: &sphinx-buildsize;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated build time: &sphinx-time;
64 </para>
65 </listitem>
66 </itemizedlist>
67
68 <bridgehead renderas="sect4">Sphinx Dependencies</bridgehead>
69
70 <bridgehead renderas="sect5">Required</bridgehead>
71 <para role="required">
72 <xref linkend="alabaster"/>,
73 <xref linkend="babel"/>,
74 <xref linkend="docutils"/>,
75 <xref linkend="imagesize"/>,
[0cf85fa]76 <phrase revision="sysv"><xref linkend="Jinja2"/>,</phrase>
[3d48ae4]77 <xref linkend="packaging"/>,
78 <xref linkend="pygments"/>,
79 <xref linkend="requests"/>,
80 <xref linkend="snowballstemmer"/>,
[036821b]81 <xref linkend="sc-applehelp"/>,
82 <xref linkend="sc-devhelp"/>,
83 <xref linkend="sc-htmlhelp"/>,
84 <xref linkend="sc-jsmath"/>,
85 <xref linkend="sc-qthelp"/>, and
86 <xref linkend="sc-serializinghtml"/>
[3d48ae4]87 </para>
88
[74434cc]89 <bridgehead renderas="sect5">Optional (for tests)</bridgehead>
[3d48ae4]90 <para role="optional">
[74434cc]91 <xref linkend="cython"/>,
[72c62e4]92 <xref linkend="pytest"/>,
93 <xref linkend="texlive"/>, and
[74434cc]94 <ulink url="https://pypi.org/project/html5lib/">html5lib</ulink>
[3d48ae4]95 </para>
96
97 </sect3>
98
99 <sect3 role="installation">
100 <title>Installation of Sphinx</title>
101
102 <para> Build the module: </para>
103
104<screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
105
106 <para>
[74434cc]107 Now, as the <systemitem class="username">root</systemitem> user:
[3d48ae4]108 </para>
109
[74434cc]110<screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user sphinx</userinput></screen>
111
[3d48ae4]112 <para>
[74434cc]113 Assuming <xref linkend="cython"/> and <xref linkend="pytest"/> are
114 installed, but the other optional dependency is not, the installation
115 can be tested with the following commands:
[3d48ae4]116 </para>
117
[74434cc]118<screen remap="test"><userinput>python3 -m venv --system-site-packages testenv &amp;&amp;
119source testenv/bin/activate &amp;&amp;
120pip3 install html5lib &amp;&amp;
121python3 /usr/bin/pytest<!-- no && because of a possible error -->
122deactivate</userinput></screen>
[3d48ae4]123
[ab96df2]124 <para>
125 One test, <command>tests/test_config.py::test_needs_sphinx</command>
126 is known to fail.
127 </para>
128
[3d48ae4]129 </sect3>
130
131 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
132 href="../../../xincludes/pip3-cmd-explain.xml"/>
133
134 <sect3 role="content">
135 <title>Contents</title>
136
137 <segmentedlist>
138 <segtitle>Installed Programs</segtitle>
139 <segtitle>Installed Libraries</segtitle>
140 <segtitle>Installed Directories</segtitle>
141
142 <seglistitem>
143 <seg>
[2a0f15bc]144 sphinx-apidoc, sphinx-autogen, sphinx-build, and sphinx-quickstart
[3d48ae4]145 </seg>
146 <seg>None</seg>
147 <seg>
[2a0f15bc]148 /usr/lib/python&python3-majorver;/site-packages/sphinx and
149 /usr/lib/python&python3-majorver;/site-packages/sphinx-&sphinx-version;.dist-info
[3d48ae4]150 </seg>
151 </seglistitem>
152 </segmentedlist>
[2a0f15bc]153
[3d48ae4]154 <variablelist>
155 <bridgehead renderas="sect5">Short Descriptions</bridgehead>
156 <?dbfo list-presentation="list"?>
157 <?dbhtml list-presentation="table"?>
158
[2a0f15bc]159 <varlistentry id="sphinx-apidoc">
160 <term><command>sphinx-apidoc</command></term>
161 <listitem>
162 <para>
163 creates an reST file from python modules and packages
164 </para>
165 <indexterm zone="sphinx sphinx-apidoc">
166 <primary sortas="b-sphinx-apidoc">sphinx-apidoc</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 <varlistentry id="sphinx-autogen">
172 <term><command>sphinx-autogen</command></term>
[3d48ae4]173 <listitem>
174 <para>
[2a0f15bc]175 generates ReStructuredText from special directives contained
176 in given input files
[3d48ae4]177 </para>
[2a0f15bc]178 <indexterm zone="sphinx sphinx-autogen">
179 <primary sortas="b-sphinx-autogen">sphinx-autogen</primary>
[3d48ae4]180 </indexterm>
181 </listitem>
182 </varlistentry>
183
[2a0f15bc]184 <varlistentry id="sphinx-build">
185 <term><command>sphinx-build</command></term>
[3d48ae4]186 <listitem>
187 <para>
[2a0f15bc]188 generates documentation in various formats from ReStructuredText
189 source files
[3d48ae4]190 </para>
[2a0f15bc]191 <indexterm zone="sphinx sphinx-build">
192 <primary sortas="b-sphinx-build">sphinx-build</primary>
193 </indexterm>
194 </listitem>
195 </varlistentry>
196
197 <varlistentry id="sphinx-quickstart">
198 <term><command>sphinx-quickstart</command></term>
199 <listitem>
200 <para>
201 generates required files for a sphinx project
202 </para>
203 <indexterm zone="sphinx sphinx-quickstart">
204 <primary sortas="b-sphinx-quickstart">sphinx-quickstart</primary>
[3d48ae4]205 </indexterm>
206 </listitem>
207 </varlistentry>
208
209 </variablelist>
[2a0f15bc]210
[3d48ae4]211 </sect3>
212
213 </sect2>
Note: See TracBrowser for help on using the repository browser.