|
31 | 31 | <link href="_static/styles/pydata-sphinx-theme.css?digest=8878045cc6db502f8baf" rel="stylesheet" /> |
32 | 32 |
|
33 | 33 | <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=8f2a1f02" /> |
34 | | - <link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=adc9d772" /> |
| 34 | + <link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=eb4ebe6c" /> |
35 | 35 | <link rel="stylesheet" type="text/css" href="_static/sphinx-design.min.css?v=95c83b7e" /> |
36 | 36 |
|
37 | 37 | <!-- So that users can add custom icons --> |
|
123 | 123 | <img src="_static/dark-logo-niu.png" class="logo__image only-dark pst-js-only" alt=""/> |
124 | 124 |
|
125 | 125 |
|
126 | | - <p class="title logo__title">python-cookiecutter</p> |
| 126 | + <p class="title logo__title">python-cookiecutter v0.1.dev1</p> |
127 | 127 |
|
128 | 128 | </a></div> |
129 | 129 |
|
@@ -470,15 +470,16 @@ <h2>Documentation Local Testing<a class="headerlink" href="#documentation-local- |
470 | 470 | <ul> |
471 | 471 | <li><p><strong>First-Time Setup:</strong> Install the required dependencies and build |
472 | 472 | the docs:</p> |
473 | | -<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>pip<span class="w"> </span>install<span class="w"> </span>-r<span class="w"> </span>docs/requirements.txt |
| 473 | +<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span><span class="w"> </span><span class="c1"># Must execute from project root directory</span> |
| 474 | +pip<span class="w"> </span>install<span class="w"> </span>-r<span class="w"> </span>docs/requirements.txt |
474 | 475 | sphinx-build<span class="w"> </span>docs/source<span class="w"> </span>docs/build |
475 | 476 | </pre></div> |
476 | 477 | </div> |
477 | 478 | </li> |
478 | 479 | </ul> |
479 | 480 | <p>Alternatively, you can use the following commands to install the |
480 | 481 | dependencies and build the docs:</p> |
481 | | -<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>pip<span class="w"> </span>install<span class="w"> </span>-r<span class="w"> </span>docs/requirements.txt |
| 482 | +<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>pip<span class="w"> </span>install<span class="w"> </span>-r<span class="w"> </span>docs/requirements.txt<span class="w"> </span><span class="c1"># Must execute this command from project root directory</span> |
482 | 483 | <span class="nb">cd</span><span class="w"> </span>docs |
483 | 484 | make<span class="w"> </span>html |
484 | 485 | </pre></div> |
|
0 commit comments