Skip to content

Commit a626515

Browse files
committed
config
1 parent f0cadfb commit a626515

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
source_suffix = ".md"
88
master_doc = "index"
99

10-
project = 'First Python Notebook'
10+
project = 'First Python Notebook VSCode'
1111
year = datetime.now().year
12-
copyright = f'{year} Derek Willis'
12+
copyright = f'{year} Derek Willis'
1313

1414
exclude_patterns = ["_build"]
1515

@@ -21,7 +21,7 @@
2121
]
2222
}
2323
html_theme_options = {
24-
"canonical_url": f"https://palewi.re/docs/first-python-notebook/",
24+
"canonical_url": f"https://first-python-notebook-vscode.readthedocs.io",
2525
}
2626

2727
html_static_path = ['_static']

0 commit comments

Comments
 (0)