diff options
| author | Stephen J. Turnbull | 2012-03-13 21:08:37 -0700 |
|---|---|---|
| committer | Stephen J. Turnbull | 2012-03-13 21:08:37 -0700 |
| commit | 5d1473a9477b658ddccff9c9dea46f23f6dac682 (patch) | |
| tree | 1bc3a56ba0c780320fb37067d16eadfc924de82c /src/mailman/docs/conf.py | |
| parent | badbdca44c57d9877c2bd4c96432ecd3d2a7fe0a (diff) | |
| download | mailman-5d1473a9477b658ddccff9c9dea46f23f6dac682.tar.gz mailman-5d1473a9477b658ddccff9c9dea46f23f6dac682.tar.zst mailman-5d1473a9477b658ddccff9c9dea46f23f6dac682.zip | |
Diffstat (limited to 'src/mailman/docs/conf.py')
| -rw-r--r-- | src/mailman/docs/conf.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mailman/docs/conf.py b/src/mailman/docs/conf.py new file mode 100644 index 000000000..56ecec975 --- /dev/null +++ b/src/mailman/docs/conf.py @@ -0,0 +1,3 @@ +project = "Workflow Overview" + +extensions = ["sphinx.ext.graphviz"] |
