diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2016-11-20 10:02:45 +0100 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2016-11-20 10:02:45 +0100 |
commit | 764d3ca0087f0536c48c9e1f60076af211138b9b (patch) | |
tree | 1863079bfa48ee7aa5313c48c5295f22039b36b7 /docs/conf.py | |
parent | de05daea0aa30e73c3a6f073bd173f23489c8339 (diff) | |
download | gitlab-764d3ca0087f0536c48c9e1f60076af211138b9b.tar.gz |
docs: remove the build warning about _static
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index c5c1fad..84e6517 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -147,7 +147,7 @@ if not on_rtd: # only import and set the theme if we're building docs locally # 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 |