Skip to content

Commit 312066b

Browse files
committed
deploy: 72167c3
1 parent fabb92e commit 312066b

9 files changed

Lines changed: 42 additions & 16 deletions

File tree

_sources/contributing.md.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ If you are contributing to the Documentation, Before pushing your changes, you c
5353
the docs:
5454

5555
``` sh
56+
# Must execute from project root directory
5657
pip install -r docs/requirements.txt
5758
sphinx-build docs/source docs/build
5859
```
@@ -61,7 +62,7 @@ Alternatively, you can use the following commands to install the
6162
dependencies and build the docs:
6263

6364
``` sh
64-
pip install -r docs/requirements.txt
65+
pip install -r docs/requirements.txt # Must execute this command from project root directory
6566
cd docs
6667
make html
6768
```

_static/css/custom.css

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,30 @@ html[data-theme=light] {
1111
body .bd-article-container {
1212
max-width: 100em !important;
1313
}
14+
/* Custom CSS for the documentation site */
15+
/* prevent logo from being too wide and text clashing with next item */
16+
/* See https://github.com/pydata/pydata-sphinx-theme/issues/1143#issuecomment-2468763375 */
17+
18+
.navbar-header-items__start .navbar-item {
19+
width: 100%;
20+
}
21+
22+
.navbar-item .navbar-brand {
23+
width: 100%;
24+
}
25+
26+
.navbar-brand img {
27+
min-width: 0;
28+
height: auto;
29+
max-height: 100%;
30+
flex-shrink: 1;
31+
}
32+
33+
.navbar-brand p {
34+
flex: 0 1 auto;
35+
}
36+
37+
/* sponsors */
1438

1539
.col {
1640
flex: 0 0 50%;

contributing.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<link href="_static/styles/pydata-sphinx-theme.css?digest=8878045cc6db502f8baf" rel="stylesheet" />
3232

3333
<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" />
3535
<link rel="stylesheet" type="text/css" href="_static/sphinx-design.min.css?v=95c83b7e" />
3636

3737
<!-- So that users can add custom icons -->
@@ -123,7 +123,7 @@
123123
<img src="_static/dark-logo-niu.png" class="logo__image only-dark pst-js-only" alt=""/>
124124

125125

126-
<p class="title logo__title">python-cookiecutter</p>
126+
<p class="title logo__title">python-cookiecutter v0.1.dev1</p>
127127

128128
</a></div>
129129

@@ -470,15 +470,16 @@ <h2>Documentation Local Testing<a class="headerlink" href="#documentation-local-
470470
<ul>
471471
<li><p><strong>First-Time Setup:</strong> Install the required dependencies and build
472472
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
474475
sphinx-build<span class="w"> </span>docs/source<span class="w"> </span>docs/build
475476
</pre></div>
476477
</div>
477478
</li>
478479
</ul>
479480
<p>Alternatively, you can use the following commands to install the
480481
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>
482483
<span class="nb">cd</span><span class="w"> </span>docs
483484
make<span class="w"> </span>html
484485
</pre></div>

genindex.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<link href="_static/styles/pydata-sphinx-theme.css?digest=8878045cc6db502f8baf" rel="stylesheet" />
3131

3232
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=8f2a1f02" />
33-
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=adc9d772" />
33+
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=eb4ebe6c" />
3434
<link rel="stylesheet" type="text/css" href="_static/sphinx-design.min.css?v=95c83b7e" />
3535

3636
<!-- So that users can add custom icons -->
@@ -121,7 +121,7 @@
121121
<img src="_static/dark-logo-niu.png" class="logo__image only-dark pst-js-only" alt=""/>
122122

123123

124-
<p class="title logo__title">python-cookiecutter</p>
124+
<p class="title logo__title">python-cookiecutter v0.1.dev1</p>
125125

126126
</a></div>
127127

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<link href="_static/styles/pydata-sphinx-theme.css?digest=8878045cc6db502f8baf" rel="stylesheet" />
3232

3333
<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" />
3535
<link rel="stylesheet" type="text/css" href="_static/sphinx-design.min.css?v=95c83b7e" />
3636

3737
<!-- So that users can add custom icons -->
@@ -123,7 +123,7 @@
123123
<img src="_static/dark-logo-niu.png" class="logo__image only-dark pst-js-only" alt=""/>
124124

125125

126-
<p class="title logo__title">python-cookiecutter</p>
126+
<p class="title logo__title">python-cookiecutter v0.1.dev1</p>
127127

128128
</a></div>
129129

infrastructure.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<link href="_static/styles/pydata-sphinx-theme.css?digest=8878045cc6db502f8baf" rel="stylesheet" />
3232

3333
<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" />
3535
<link rel="stylesheet" type="text/css" href="_static/sphinx-design.min.css?v=95c83b7e" />
3636

3737
<!-- So that users can add custom icons -->
@@ -124,7 +124,7 @@
124124
<img src="_static/dark-logo-niu.png" class="logo__image only-dark pst-js-only" alt=""/>
125125

126126

127-
<p class="title logo__title">python-cookiecutter</p>
127+
<p class="title logo__title">python-cookiecutter v0.1.dev1</p>
128128

129129
</a></div>
130130

project_setup.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<link href="_static/styles/pydata-sphinx-theme.css?digest=8878045cc6db502f8baf" rel="stylesheet" />
3232

3333
<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" />
3535
<link rel="stylesheet" type="text/css" href="_static/sphinx-design.min.css?v=95c83b7e" />
3636

3737
<!-- So that users can add custom icons -->
@@ -124,7 +124,7 @@
124124
<img src="_static/dark-logo-niu.png" class="logo__image only-dark pst-js-only" alt=""/>
125125

126126

127-
<p class="title logo__title">python-cookiecutter</p>
127+
<p class="title logo__title">python-cookiecutter v0.1.dev1</p>
128128

129129
</a></div>
130130

search.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<link href="_static/styles/pydata-sphinx-theme.css?digest=8878045cc6db502f8baf" rel="stylesheet" />
3030

3131
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=8f2a1f02" />
32-
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=adc9d772" />
32+
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=eb4ebe6c" />
3333
<link rel="stylesheet" type="text/css" href="_static/sphinx-design.min.css?v=95c83b7e" />
3434

3535
<!-- So that users can add custom icons -->
@@ -123,7 +123,7 @@
123123
<img src="_static/dark-logo-niu.png" class="logo__image only-dark pst-js-only" alt=""/>
124124

125125

126-
<p class="title logo__title">python-cookiecutter</p>
126+
<p class="title logo__title">python-cookiecutter v0.1.dev1</p>
127127

128128
</a></div>
129129

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)