diff options
author | Jan Dittberner <jandd@cacert.org> | 2018-10-27 14:26:40 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2018-10-27 14:26:40 +0200 |
commit | 8ba1692ba7e8d572aa1f7fddd9b89d4316399ad6 (patch) | |
tree | 7d5645d36a06a03b551bb2dd975e9738fbbc3d62 /.gitignore | |
parent | 844119e0863da10d94b465150cde119b848f29b8 (diff) | |
download | cacert-codedocs-8ba1692ba7e8d572aa1f7fddd9b89d4316399ad6.tar.gz cacert-codedocs-8ba1692ba7e8d572aa1f7fddd9b89d4316399ad6.tar.xz cacert-codedocs-8ba1692ba7e8d572aa1f7fddd9b89d4316399ad6.zip |
Add build documentation for this project
- Add intersphinx configuration for infradocs
- Ensure availability of CAcert root certificates
- add building.rst that describes how to get and build the documentation
source code
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ .*.swp .idea/ build +.ropeproject/ |