[SCons/Doc] Fix installation of Sphinx docs

Fix installation of Cantera Sphinx Documentation
via similar way as it was done for Doxygen documentation
https://github.com/Cantera/cantera/commit/8f2468d
This commit is contained in:
band-a-prend 2018-09-26 01:26:13 +03:00
parent 7142a7b0c4
commit 59eabbe454
No known key found for this signature in database
GPG key ID: 6787AA71304915E3

View file

@ -206,3 +206,5 @@ if localenv['sphinx_docs']:
localenv.Depends(sphinxdocs, c)
localenv.AlwaysBuild(sphinxdocs)
install(localenv.RecursiveInstall, '$inst_docdir/sphinx/html',
'#/build/docs/sphinx/html')