You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by jo...@apache.org on 2021/10/21 18:41:44 UTC

[incubator-age-website] branch master updated: added css folder to static path

This is an automated email from the ASF dual-hosted git repository.

joshinnis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-age-website.git


The following commit(s) were added to refs/heads/master by this push:
     new f0d3b6b  added css folder to static path
f0d3b6b is described below

commit f0d3b6b13b0947bf34858f17fe8c45e6bde2d594
Author: Josh Innis <Jo...@gmail.com>
AuthorDate: Thu Oct 21 11:41:18 2021 -0700

    added css folder to static path
---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index 4bfee89..b5d4e69 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -57,7 +57,7 @@ html_theme = 'sphinx_rtd_theme'
 # 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', 'css']
 
 html_logo = 'images/logo.png'
 html_favicon = 'images/favicon.ico'