Skip to content

Commit 5db927c

Browse files
robots
1 parent dd21fa3 commit 5db927c

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

jupyterbook/_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ html:
4242
use_repository_button: true
4343
use_issues_button: true
4444
favicon: "_static/favicon.ico"
45+
baseurl: "https://alexanderthclark.github.io/Matplotlib-for-Storytellers/"
4546
extra_footer: |
4647
<p>
4748
This version: {date}<br>
@@ -71,6 +72,7 @@ sphinx:
7172
- sphinx_design
7273
- sphinx_exercise
7374
- sphinx_togglebutton
75+
- sphinx_sitemap
7476

7577
# Launch buttons for interactive content
7678
launch_buttons:

jupyterbook/_static/robots.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
User-agent: *
2+
Allow: /
3+
4+
# Sitemap location
5+
Sitemap: https://alexanderthclark.github.io/Matplotlib-for-Storytellers/sitemap.xml
6+
7+
# Allow all search engines to crawl the site
8+
# No restrictions on matplotlib educational content

jupyterbook/title.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
<p class="hero-author">By <a href="https://github.com/alexanderthclark">Alexander Clark</a></p>
88

9-
<p>This version: 2025</p>
9+
<p>This version: 2025 (mostly written in 2021)</p>
1010

1111
</div>

0 commit comments

Comments
 (0)