From 740f210a7f20fca982a77caad4e7f1b5d202bb1f Mon Sep 17 00:00:00 2001 From: Shengyu Zhang Date: Sat, 18 Jun 2022 17:03:22 +0800 Subject: [PATCH] docs: Use domain sphinx.silverrainz.me --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index fcdb04b..6aada40 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'Shengyu Zhang' # The full version, including alpha/beta/rc tags -release = '1.0a' +release = 'v2' # -- General configuration --------------------------------------------------- @@ -30,7 +30,7 @@ # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -extensions = [] +extensions = ['sphinx.ext.githubpages'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] @@ -64,6 +64,6 @@ # The URL which points to the root of the HTML documentation. # It is used to indicate the location of document like canonical_url -html_baseurl = 'https://sphinx-notes.github.io/pages' +html_baseurl = 'https://sphinx.silverrainz.me' html_logo = html_favicon = '_images/sphinx-notes.png'