Skip to content

Commit 5230c44

Browse files
updated config
1 parent 6c1f423 commit 5230c44

48 files changed

Lines changed: 95 additions & 2341 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_config.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ title: Prodigious Python 🐍
55
author: Prodigious Python
66
logo: logo.png
77
email: "mr.naveen8@gmail.com"
8+
copyright: "2023"
9+
only_build_toc_files: true
810

911
# Force re-execution of notebooks on each build.
1012
# See https://jupyterbook.org/content/execute.html
1113
execute:
1214
execute_notebooks: force
1315
allow_errors: true
14-
only_build_toc_files: true
16+
1517

1618
# Define the name of the latex output file for PDF builds
1719
latex:
@@ -29,12 +31,16 @@ repository:
2931

3032
launch_buttons:
3133
notebook_interface: "jupyterlab"
34+
binder_url: https://mybinder.org/v2/gh/ProdigiousPython/ProdigiousPython/develop
3235

3336
# Add GitHub buttons to your book
3437
# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository
3538
html:
39+
favicon: "favicon.png"
3640
use_issues_button: true
3741
use_repository_button: true
42+
home_page_in_navbar: true
43+
baseurl: "https://prodigiouspython.github.io/ProdigiousPython/"
3844
google_analytics_id: G-1KZH2STPPK
3945
extra_footer: |
4046
<p>
@@ -44,6 +50,6 @@ html:
4450
4551
sphinx:
4652
config:
47-
html_baseurl: 'https://prodigiouspython.github.io/ProdigiousPython/'
53+
html_baseurl: https://prodigiouspython.github.io/ProdigiousPython/
4854
extra_extensions:
4955
- sphinx_sitemap

docs/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 910c8643f01431aa4a1b220ebaad6bf7
3+
config: 38b183d3d1316b8cd4621a40d4e97e52
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/.github/ISSUE_TEMPLATE/bug_report.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
<script async="async" src="../../_static/sphinx-thebe.js"></script>
7171
<script>DOCUMENTATION_OPTIONS.pagename = '.github/ISSUE_TEMPLATE/bug_report';</script>
7272
<link rel="canonical" href="https://prodigiouspython.github.io/ProdigiousPython/.github/ISSUE_TEMPLATE/bug_report.html" />
73+
<link rel="shortcut icon" href="../../_static/favicon.png"/>
7374
<link rel="index" title="Index" href="../../genindex.html" />
7475
<link rel="search" title="Search" href="../../search.html" />
7576
<meta name="viewport" content="width=device-width, initial-scale=1"/>
@@ -523,7 +524,7 @@ <h2> Contents </h2>
523524

524525
<p class="copyright">
525526

526-
© Copyright 2022.
527+
© Copyright 2023.
527528
<br/>
528529

529530
</p>

docs/.github/ISSUE_TEMPLATE/feature_request.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
<script async="async" src="../../_static/sphinx-thebe.js"></script>
7171
<script>DOCUMENTATION_OPTIONS.pagename = '.github/ISSUE_TEMPLATE/feature_request';</script>
7272
<link rel="canonical" href="https://prodigiouspython.github.io/ProdigiousPython/.github/ISSUE_TEMPLATE/feature_request.html" />
73+
<link rel="shortcut icon" href="../../_static/favicon.png"/>
7374
<link rel="index" title="Index" href="../../genindex.html" />
7475
<link rel="search" title="Search" href="../../search.html" />
7576
<meta name="viewport" content="width=device-width, initial-scale=1"/>
@@ -502,7 +503,7 @@ <h2> Contents </h2>
502503

503504
<p class="copyright">
504505

505-
© Copyright 2022.
506+
© Copyright 2023.
506507
<br/>
507508

508509
</p>

0 commit comments

Comments
 (0)