From 823e28b7f9eb3753c5582e2b50c9504bc197605b Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sat, 20 Oct 2018 02:49:39 -0700 Subject: [PATCH] Fix warnings with static not being found and an indentation error in upgrading. --- source/D/upgrading.rst | 2 +- source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/D/upgrading.rst b/source/D/upgrading.rst index b15ac348..a8442f2c 100644 --- a/source/D/upgrading.rst +++ b/source/D/upgrading.rst @@ -19,7 +19,7 @@ Since 18.10 is not an LTS (Long Term Support) release, you may have to opt in fo - Close the update manager, and you should be prompted to upgrade to the latest release. - .. image:: 03_development_release.png - Alternatively, you can start a terminal (Ctrl + Alt + T) and type in the command "update-manager -d" - - The -d flag is referring to the fact that it's moving to an unsupported release (if you are on the LTS track, this is accurate). + - The -d flag is referring to the fact that it's moving to an unsupported release (if you are on the LTS track, this is accurate). Next, you will want to upgrade to the new release. - After rebooting, start the update manager. diff --git a/source/conf.py b/source/conf.py index 37b7d621..b446c205 100644 --- a/source/conf.py +++ b/source/conf.py @@ -137,7 +137,7 @@ html_favicon = "manual.ico" # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] +#html_static_path = ['_static'] # Add any extra paths that contain custom files (such as robots.txt or # .htaccess) here, relative to this directory. These files are copied