From f5738db9e577ecdb7d04b513cc1aa139cedb9bad Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Wed, 21 Oct 2015 16:06:16 +0300 Subject: [PATCH] Publish sample conf to docs Generate sample config file before each docs build and publish it Change-Id: I688d83e2c0e779582395275d0aaf7cc62e55eabd --- .gitignore | 1 + doc/source/config-generator.conf | 1 + 2 files changed, 2 insertions(+) create mode 120000 doc/source/config-generator.conf diff --git a/.gitignore b/.gitignore index dc9b17e..61143c1 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ sdist target tools/lintstack.head.py tools/pylint_exceptions +doc/source/sample.config diff --git a/doc/source/config-generator.conf b/doc/source/config-generator.conf new file mode 120000 index 0000000..1a61111 --- /dev/null +++ b/doc/source/config-generator.conf @@ -0,0 +1 @@ +../../tools/config/config-generator.sahara.conf \ No newline at end of file