mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Merge branch 'master' of github.com:snide/sphinx_rtd_theme
This commit is contained in:
commit
d57476a187
@ -56,7 +56,7 @@ module.exports = function(grunt) {
|
||||
},
|
||||
/* Changes in theme dir rebuild sphinx */
|
||||
sphinx: {
|
||||
files: ['sphinx_rtd_theme/**/*', 'demo_docs/**/*.rst'],
|
||||
files: ['sphinx_rtd_theme/**/*', 'demo_docs/**/*.rst', 'demo_docs/**/*.py'],
|
||||
tasks: ['clean:build','exec:build_sphinx']
|
||||
},
|
||||
/* live-reload the demo_docs if sphinx re-builds */
|
||||
|
Loading…
Reference in New Issue
Block a user