There was an error while loading. Please reload this page.
1 parent f0cadfb commit a626515Copy full SHA for a626515
docs/src/conf.py
@@ -7,9 +7,9 @@
7
source_suffix = ".md"
8
master_doc = "index"
9
10
-project = 'First Python Notebook'
+project = 'First Python Notebook VSCode'
11
year = datetime.now().year
12
-copyright = f'{year} Derek Willis'
+copyright = f'{year} Derek Willis'
13
14
exclude_patterns = ["_build"]
15
@@ -21,7 +21,7 @@
21
]
22
}
23
html_theme_options = {
24
- "canonical_url": f"https://palewi.re/docs/first-python-notebook/",
+ "canonical_url": f"https://first-python-notebook-vscode.readthedocs.io",
25
26
27
html_static_path = ['_static']
0 commit comments