[Bf-docboard-svn] bf-manual: [7759] trunk/blender_docs/manual/conf.py: Fix deprecated theme warning

Aaron Carlisle noreply at blender.org
Fri Feb 19 05:34:00 CET 2021


Revision: 7759
          https://developer.blender.org/rBM7759
Author:   Blendify
Date:     2021-02-19 05:33:59 +0100 (Fri, 19 Feb 2021)
Log Message:
-----------
Fix deprecated theme warning

Modified Paths:
--------------
    trunk/blender_docs/manual/conf.py

Modified: trunk/blender_docs/manual/conf.py
===================================================================
--- trunk/blender_docs/manual/conf.py	2021-02-17 21:41:54 UTC (rev 7758)
+++ trunk/blender_docs/manual/conf.py	2021-02-19 04:33:59 UTC (rev 7759)
@@ -198,7 +198,6 @@
         "display_version": False,
         "collapse_navigation": True,
         "navigation_depth": -1,
-        "canonical_url": "https://docs.blender.org/manual/en/latest/",
     }
 
     extensions.append('sphinx_rtd_theme')
@@ -211,6 +210,10 @@
 # A shorter title for the navigation bar.  Default is the same as html_title.
 #html_short_title = None
 
+# The base URL which points to the root of the HTML documentation.
+# It is used to indicate the location of document using The Canonical Link Relation.
+html_baseurl = "https://docs.blender.org/manual/en/latest/"
+
 # The name of an image file (relative to this directory) to place at the top
 # of the sidebar.
 #



More information about the Bf-docboard-svn mailing list