diff --git a/firstapp/source/imported/app_support.rst b/common-rst/app_support.rst similarity index 100% rename from firstapp/source/imported/app_support.rst rename to common-rst/app_support.rst diff --git a/firstapp/source/imported/glossary.rst b/common-rst/glossary.rst similarity index 100% rename from firstapp/source/imported/glossary.rst rename to common-rst/glossary.rst diff --git a/firstapp/source/common b/firstapp/source/common new file mode 120000 index 000000000..70c1930ee --- /dev/null +++ b/firstapp/source/common @@ -0,0 +1 @@ +../../common-rst \ No newline at end of file diff --git a/firstapp/source/index.rst b/firstapp/source/index.rst index e08839ff8..29e20d44b 100644 --- a/firstapp/source/index.rst +++ b/firstapp/source/index.rst @@ -19,8 +19,8 @@ Contents craziness appendix - imported/app_support.rst - imported/glossary.rst + common/app_support.rst + common/glossary.rst Search in this guide ~~~~~~~~~~~~~~~~~~~~ diff --git a/tox.ini b/tox.ini index 30cf109e2..874f52dc9 100644 --- a/tox.ini +++ b/tox.ini @@ -112,7 +112,7 @@ commands = sphinx-build -E -W -t libcloud firstapp/source firstapp/build/html [doc8] # Settings for doc8: # Ignore target directories -ignore-path = firstapp/build* +ignore-path = firstapp/build*,common-rst/ # File extensions to use extensions = .rst,.txt # Ignore lines longer than 79 chars