Sphinx documentation
diff --git a/sphinx/meta/sphinx.yml b/sphinx/meta/sphinx.yml
new file mode 100644
index 0000000..5359ca9
--- /dev/null
+++ b/sphinx/meta/sphinx.yml
@@ -0,0 +1,10 @@
+{%- set server = pillar.sphinx.server %}
+name: Sphinx
+description: Sphinx is a tool that makes it easy to create intelligent and beautiful documentation.
+documentation: http://sphinx-doc.org/tutorial.html
+role:
+ system:
+ name: server
+ param:
+ version:
+ value: {{ salt['cmd.run']('sphinx-build --version') }}