From 5e7189f20629dd3aea1b54e5213f18de38360806 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sat, 22 Sep 2018 17:06:13 -0700 Subject: [PATCH] Prefer https:// links in docs --- README.rst | 4 ++-- docs/customization.rst | 6 +++--- docs/index.rst | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index ce00a64..359baeb 100644 --- a/README.rst +++ b/README.rst @@ -27,7 +27,7 @@ Sphinx 1.3, Alabaster is an install-time dependency of Sphinx and is selected as the default theme. Live examples of this theme can be seen on `this project's own website -`_, `paramiko.org `_, +`_, `paramiko.org `_, `fabfile.org `_ and `pyinvoke.org `_. -For more documentation, please see http://alabaster.readthedocs.io. +For more documentation, please see https://alabaster.readthedocs.io/. diff --git a/docs/customization.rst b/docs/customization.rst index 4a8885f..5f0bdfd 100644 --- a/docs/customization.rst +++ b/docs/customization.rst @@ -39,7 +39,7 @@ stylesheet as follows: ``_static/``, but this is solely convention) containing your desired overrides to the CSS found in Alabaster's ``static/alabaster_css_t``. * Set the core Sphinx option `html_static_path - `_ + `_ to either that file's path, or the directory it lives within. @@ -108,7 +108,7 @@ Third-party services (GitHub, Travis-CI, etc etc) and related badges or banners. * ``analytics_id``: Set to your `Google Analytics - `_ ID (e.g. ``UA-#######-##``) to enable + `_ ID (e.g. ``UA-#######-##``) to enable tracking. * ``badge_branch``: Set which branch is used in the Travis, CodeCov, etc badges. @@ -176,7 +176,7 @@ Sidebar-related options that aren't directly related to service links. * ``sidebar_collapse``: Boolean determining whether all TOC entries that are not ancestors of the current page are collapsed. You can read more about this in the Sphinx toctree - `docs `_. + `docs `_. * ``sidebar_includehidden``: Boolean determining whether the TOC sidebar should include hidden Sphinx toctree elements. Defaults to ``true`` so you can use ``:hidden:`` in your index page's root toctree & avoid having 2x diff --git a/docs/index.rst b/docs/index.rst index f2957d7..7e47b25 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -22,7 +22,7 @@ Project background ================== Alabaster is a modified (with permission) version of `Kenneth Reitz's -`_ `"krTheme" Sphinx theme +`_ `"krTheme" Sphinx theme `_ (it's the one used in his `Requests `_ project). Kenneth's theme was itself originally based on Armin Ronacher's `Flask