Use updated pygments (#44846)

Before this PR we were not using _static/ now we do
Remove all old files so we don't replace 2018 versions with 2011
This commit is contained in:
John R Barker
2018-08-29 17:51:40 +01:00
committed by Alicia Cozine
parent cd2f66f731
commit da59a8a678
21 changed files with 1 additions and 5020 deletions

View File

@@ -151,7 +151,7 @@ html_title = 'Ansible Documentation'
# 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']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.