summaryrefslogtreecommitdiff
path: root/docs/docsite/sphinx_conf/core_conf.py
diff options
context:
space:
mode:
authorAlicia Cozine <879121+acozine@users.noreply.github.com>2021-04-12 15:39:13 -0500
committerGitHub <noreply@github.com>2021-04-12 16:39:13 -0400
commitd7f826c987877ec2d050c80c886d167861795b5d (patch)
tree82d14f184888f07f06612ccfcf3d7b27b8f1ce48 /docs/docsite/sphinx_conf/core_conf.py
parentb752d071633d244f98f327306e160f7915f38829 (diff)
downloadansible-d7f826c987877ec2d050c80c886d167861795b5d.tar.gz
Change look and feel of the `ansible-core` docs (#74200)
Diffstat (limited to 'docs/docsite/sphinx_conf/core_conf.py')
-rw-r--r--docs/docsite/sphinx_conf/core_conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/sphinx_conf/core_conf.py b/docs/docsite/sphinx_conf/core_conf.py
index b31dc49ce7..9c09122d1a 100644
--- a/docs/docsite/sphinx_conf/core_conf.py
+++ b/docs/docsite/sphinx_conf/core_conf.py
@@ -170,7 +170,7 @@ html_context = {
'latest_version': '2.10',
# list specifically out of order to make latest work
'available_versions': ('2.10', 'devel',),
- 'css_files': ('_static/ansible.css', # overrides to the standard theme
+ 'css_files': ('_static/core.css', # overrides to the standard theme
),
}