source: general/prog/python-modules/sphinx_rtd_theme.xml@ 6c73ed0

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 6c73ed0 was db244ae2, checked in by Bruce Dubbs <bdubbs@…>, 10 months ago

Replace 'pip3 wheel' and 'pip3 install' text with ENTITIES

Currently only python-modules are complete. The python-dependencies
page will be done in another commit.

  • Property mode set to 100644
File size: 4.8 KB
Line 
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_rtd_theme-download-http "https://files.pythonhosted.org/packages/source/s/sphinx_rtd_theme/sphinx_rtd_theme-&sphinx_rtd_theme-version;.tar.gz">
8 <!ENTITY sphinx_rtd_theme-download-ftp " ">
9 <!ENTITY sphinx_rtd_theme-md5sum "&sphinx_rtd_theme-md5sum;">
10 <!ENTITY sphinx_rtd_theme-size "2.7 MB">
11 <!ENTITY sphinx_rtd_theme-buildsize "40 MB (with tests)">
12 <!ENTITY sphinx_rtd_theme-time "0.1 SBU (with tests)">
13]>
14
15 <sect2 id="sphinx_rtd_theme" xreflabel="sphinx_rtd_theme-&sphinx_rtd_theme-version;">
16
17 <title>Sphinx_rtd_theme-&sphinx_rtd_theme-version;</title>
18
19 <indexterm zone="sphinx_rtd_theme">
20 <primary sortas="a-sphinx_rtd_theme">sphinx_rtd_theme</primary>
21 </indexterm>
22
23 <sect3 role="package">
24 <title>Introduction to Sphinx_rtd_theme Module</title>
25
26 <para>
27 The <application>sphinx_rtd_theme</application> module is a Sphinx
28 theme designed to provide a great reader experience for documentation
29 users on both desktop and mobile devices. This theme is used primarily
30 on Read the Docs but can work with any Sphinx project.
31 </para>
32
33 &lfs120_checked;
34
35 <bridgehead renderas="sect4">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&sphinx_rtd_theme-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&sphinx_rtd_theme-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &sphinx_rtd_theme-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &sphinx_rtd_theme-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &sphinx_rtd_theme-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &sphinx_rtd_theme-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect4">Sphinx_rtd_theme Dependencies</bridgehead>
70
71 <bridgehead renderas="sect5">Required</bridgehead>
72 <para role="required">
73 <xref linkend="sphinx"/> and
74 <xref linkend="sc-jquery"/>
75 </para>
76
77 <bridgehead renderas="sect5">Optional (for tests)</bridgehead>
78 <para role="optional">
79 <xref linkend="pytest"/> and
80 <ulink url="https://pypi.org/project/readthedocs-sphinx-ext">
81 readthedocs-sphinx-ext
82 </ulink>
83 </para>
84
85 </sect3>
86
87 <sect3 role="installation">
88 <title>Installation of Sphinx_rtd_theme</title>
89<!-- Upstream tentative fix: not completely tested, it seems
90 but otherwise we fall into dependency hell -->
91 <para>
92 Fix wrong versions for dependencies:
93 </para>
94
95<screen><userinput>sed -e s/0.19/0.21/ \
96 -i setup.cfg</userinput></screen>
97
98 <para>
99 Build the module:
100 </para>
101
102&build-wheel;
103
104 <para>
105 Now, as the <systemitem class="username">root</systemitem> user:
106 </para>
107
108<screen role="root"><userinput>&install-wheel; sphinx_rtd_theme</userinput></screen>
109
110 <para>
111 Assuming <xref linkend="pytest"/> is
112 installed, but the other optional dependency is not, the installation
113 can be tested with the following commands:
114 </para>
115
116<screen remap="test"><userinput>python3 -m venv --system-site-packages testenv &amp;&amp;
117source testenv/bin/activate &amp;&amp;
118pip3 install readthedocs-sphinx-ext &amp;&amp;
119python3 /usr/bin/pytest<!-- no && because of a possible error -->
120deactivate</userinput></screen>
121
122 <para>
123 Several tests return warnings because they use a deprecated sphinx API.
124 </para>
125
126 </sect3>
127
128 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
129 href="../../../xincludes/pip3-cmd-explain.xml"/>
130
131 <sect3 role="content">
132 <title>Contents</title>
133
134 <segmentedlist>
135 <segtitle>Installed Programs</segtitle>
136 <segtitle>Installed Libraries</segtitle>
137 <segtitle>Installed Directories</segtitle>
138
139 <seglistitem>
140 <seg>None</seg>
141 <seg>None</seg>
142 <seg>
143 /usr/lib/python&python3-majorver;/site-packages/sphinx_rtd_theme and
144 /usr/lib/python&python3-majorver;/site-packages/sphinx_rtd_theme-&sphinx_rtd_theme-version;.dist-info
145 </seg>
146 </seglistitem>
147 </segmentedlist>
148
149 </sect3>
150
151 </sect2>
Note: See TracBrowser for help on using the repository browser.