diff options
author | Gauvain Pocentek <gauvain.pocentek@objectif-libre.com> | 2016-01-31 22:02:32 +0100 |
---|---|---|
committer | Gauvain Pocentek <gauvain.pocentek@objectif-libre.com> | 2016-01-31 22:02:32 +0100 |
commit | a2eca72246ab40a0d96f6389c99e3a0b54e9342e (patch) | |
tree | bbce2cd1784893f7474e79c179bbe78671ac152b /test-requirements.txt | |
parent | 770dd4b3fee1fe9f4e40a144777afb6030992149 (diff) | |
download | gitlab-a2eca72246ab40a0d96f6389c99e3a0b54e9342e.tar.gz |
Automatic doc generation for BaseManager classes
Provide a sphinx extension that parses the required/optioanl attributes
and add infoo to the class docstring.
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 87b1721..fead9f9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,6 +2,6 @@ discover testrepository hacking>=0.9.2,<0.10 httmock +jinja2 mock -sphinx>=1.1.2,!=1.2.0,<1.3 -sphinxcontrib-napoleon +sphinx>=1.3 |