diff --git a/coreapi/help/doc/sphinx/CMakeLists.txt b/coreapi/help/doc/sphinx/CMakeLists.txt index 0d569a438..c6058f6d7 100644 --- a/coreapi/help/doc/sphinx/CMakeLists.txt +++ b/coreapi/help/doc/sphinx/CMakeLists.txt @@ -41,7 +41,7 @@ if (ENABLE_SPHINX_DOC) index_page.mustache ) configure_file(conf.py.in source/conf.py) - configure_file(source/index.rst source/index.rst COPYONLY) + configure_file(index.rst source/index.rst COPYONLY) configure_file(logo.png source/logo.png COPYONLY) add_custom_command(OUTPUT ${GENERATED_SPHINX_SOURCES} COMMAND ${CMAKE_COMMAND} -E remove -f ${DOCUMENTATION_DIRS} diff --git a/coreapi/help/doc/sphinx/source/index.rst b/coreapi/help/doc/sphinx/index.rst similarity index 100% rename from coreapi/help/doc/sphinx/source/index.rst rename to coreapi/help/doc/sphinx/index.rst