/usr/share/doc/cloud-sptheme-common/html/install.html is in cloud-sptheme-common 1.8.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Installation Instructions — Cloud Sphinx Theme v1.8.0 Documentation</title>
<link rel="stylesheet" href="_static/cloud.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/table_styling.css" type="text/css" />
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Noticia+Text|Open+Sans|Droid+Sans+Mono" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '1.8.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/cloud.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="copyright" title="Copyright" href="copyright.html" />
<link rel="top" title="Cloud Sphinx Theme v1.8.0 Documentation" href="contents.html" />
<link rel="next" title="“Cloud” sphinx theme" href="cloud_theme.html" />
<link rel="prev" title="The Cloud Sphinx Theme" href="index.html" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body role="document">
<div class="relbar-top">
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> </li>
<li class="right" >
<a href="contents.html" title="Table Of Contents"
accesskey="C">toc</a> </li>
<li class="right" >
<a href="cloud_theme.html" title="“Cloud” sphinx theme"
accesskey="N">next</a> </li>
<li class="right" >
<a href="index.html" title="The Cloud Sphinx Theme"
accesskey="P">previous</a> </li>
<li><a href="contents.html">Cloud Sphinx Theme 1.8 Documentation</a> »</li>
</ul>
</div>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="installation-instructions">
<span id="index-0"></span><h1>Installation Instructions<a class="headerlink" href="#installation-instructions" title="Permalink to this headline">¶</a></h1>
<div class="section" id="requirements">
<h2>Requirements<a class="headerlink" href="#requirements" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li>Python >= 2.6 or Python 3</li>
<li><a class="reference external" href="http://sphinx.pocoo.org/">Sphinx</a> 1.4 or newer.</li>
</ul>
</div>
<div class="section" id="installing">
<h2>Installing<a class="headerlink" href="#installing" title="Permalink to this headline">¶</a></h2>
<ul>
<li><p class="first">To install from pypi using pip:</p>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="n">pip</span> <span class="n">install</span> <span class="n">cloud_sptheme</span>
</pre></div>
</div>
</li>
<li><p class="first">To install from pypi using easy_install:</p>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="n">easy_install</span> <span class="n">cloud_sptheme</span>
</pre></div>
</div>
</li>
<li><p class="first">To install from source using <code class="docutils literal"><span class="pre">setup.py</span></code>:</p>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="n">python</span> <span class="n">setup</span><span class="o">.</span><span class="n">py</span> <span class="n">build</span>
<span class="n">sudo</span> <span class="n">python</span> <span class="n">setup</span><span class="o">.</span><span class="n">py</span> <span class="n">install</span>
</pre></div>
</div>
</li>
</ul>
</div>
<div class="section" id="readthedocs">
<span id="index-1"></span><h2>ReadTheDocs<a class="headerlink" href="#readthedocs" title="Permalink to this headline">¶</a></h2>
<p>To use this theme on <a class="reference external" href="http://readthedocs.org">http://readthedocs.org</a>:</p>
<ol class="arabic">
<li><p class="first">If it doesn’t already exist, add a pip <code class="docutils literal"><span class="pre">requirments.txt</span></code> file to your documentation (e.g. alongside <code class="docutils literal"><span class="pre">conf.py</span></code>).
It should contain a minimum of the following lines:</p>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="n">sphinx</span>
<span class="n">cloud_sptheme</span>
</pre></div>
</div>
<p>... as well as any other build requirements for your project’s documentation.</p>
</li>
<li><p class="first">When setting up your project on ReadTheDocs, enter the path to <code class="docutils literal"><span class="pre">requirements.txt</span></code>
in the <em>requirements file</em> field on the project configuration page.</p>
</li>
<li><p class="first">ReadTheDocs will now automatically download the latest version of <code class="xref py py-mod docutils literal"><span class="pre">cloud_sptheme</span></code>
when building your documentation.</p>
</li>
</ol>
</div>
<div class="section" id="documentation">
<h2>Documentation<a class="headerlink" href="#documentation" title="Permalink to this headline">¶</a></h2>
<dl class="docutils">
<dt>The latest copy of this documentation should always be available at:</dt>
<dd><a class="reference external" href="http://packages.python.org/cloud_sptheme">http://packages.python.org/cloud_sptheme</a></dd>
</dl>
<p>If you wish to generate your own copy of the documentation,
you will need to:</p>
<ol class="arabic simple">
<li>Install <a class="reference external" href="http://sphinx.pocoo.org/">Sphinx</a> (1.4 or better)</li>
<li>Download the <code class="xref py py-mod docutils literal"><span class="pre">cloud_sptheme</span></code> source.</li>
<li>From the source directory, run <code class="docutils literal"><span class="pre">python</span> <span class="pre">setup.py</span> <span class="pre">build_sphinx</span> <span class="pre">-E</span></code>.</li>
<li>Once Sphinx is finished, point a web browser to the file <code class="samp docutils literal"><em><span class="pre">SOURCE</span></em><span class="pre">/build/sphinx/html/index.html</span></code>.</li>
</ol>
</div>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<p class="logo"><a href="contents.html" title="contents">
<img class="logo" src="_static/masthead.png" alt="Logo"/>
</a></p><div class="sphinx-toc sphinxlocaltoc">
<h3><a href="contents.html">Page contents</a></h3>
<ul>
<li><a class="reference internal" href="#">Installation Instructions</a><ul>
<li><a class="reference internal" href="#requirements">Requirements</a></li>
<li><a class="reference internal" href="#installing">Installing</a></li>
<li><a class="reference internal" href="#readthedocs">ReadTheDocs</a></li>
<li><a class="reference internal" href="#documentation">Documentation</a></li>
</ul>
</li>
</ul>
</div>
<div class="sphinxprev">
<h4>Previous page</h4>
<p class="topless"><a href="index.html"
title="Previous page">← The Cloud Sphinx Theme</a></p>
</div>
<div class="sphinxnext">
<h4>Next page</h4>
<p class="topless"><a href="cloud_theme.html"
title="Next page">→ “Cloud” sphinx theme</a></p>
</div>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/install.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<form class="search" action="search.html" method="get">
<div><input type="text" name="q" /></div>
<div><input type="submit" value="Go" /></div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="sidebar-toggle-group no-js">
<button class="sidebar-toggle" id="sidebar-hide" title="Hide the sidebar menu">
«
<span class="show-for-small">hide menu</span>
</button>
<button class="sidebar-toggle" id="sidebar-show" title="Show the sidebar menu">
<span class="show-for-small">menu</span>
<span class="hide-for-small">sidebar</span>
»
</button>
</div>
<div class="clearer"></div>
</div>
<div class="relbar-bottom">
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> </li>
<li class="right" >
<a href="contents.html" title="Table Of Contents"
>toc</a> </li>
<li class="right" >
<a href="cloud_theme.html" title="“Cloud” sphinx theme"
>next</a> </li>
<li class="right" >
<a href="index.html" title="The Cloud Sphinx Theme"
>previous</a> </li>
<li><a href="contents.html">Cloud Sphinx Theme 1.8 Documentation</a> »</li>
</ul>
</div>
</div>
<div class="footer" role="contentinfo">
© <a href="copyright.html">Copyright</a> 2010-2016, Assurance Technologies, LLC.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.9.
</div>
<!-- cloud_sptheme 1.4 -->
</body>
</html>
|