diff options
| author | Santos Gallegos <santos_g@outlook.com> | 2019-05-04 23:33:50 -0500 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2019-07-20 19:45:22 +0800 |
| commit | a02facd0b4f9c2d2c039f0d7dc5af8354ce0201b (patch) | |
| tree | 3c85470e2fa3561baf26881c4afa370ecc6c864d /doc/requirements.txt | |
| parent | 6df6d41835cd331995ad012ede3f72ef2834a6c5 (diff) | |
| download | GitPython-a02facd0b4f9c2d2c039f0d7dc5af8354ce0201b.tar.gz GitPython-a02facd0b4f9c2d2c039f0d7dc5af8354ce0201b.zip | |
Build docs locally
Currently `make html` will output pages without styles
or different than the online documentation.
With this change the local documentation looks the same as the online
documentation.
Diffstat (limited to 'doc/requirements.txt')
| -rw-r--r-- | doc/requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt new file mode 100644 index 00000000..98e5c06a --- /dev/null +++ b/doc/requirements.txt @@ -0,0 +1,2 @@ +sphinx<2.0 +sphinx_rtd_theme |
