File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11# Building the documentation
22
3- Make sure you have ` Sphinx ` and ` sphinxcontrib-napoleon ` packages installed:
3+ Make sure you have ` Sphinx ` package installed:
44
55```
6- pip install Sphinx sphinxcontrib-napoleon
6+ pip install Sphinx
77```
88
99Then just run
@@ -12,4 +12,4 @@ Then just run
1212make html
1313```
1414
15- Documentation will be built in ` build/html ` directory. Other output formats are also available; run ` make ` without arguments to see the options.
15+ Documentation will be built in ` build/html ` directory. Other output formats are also available; run ` make ` without arguments to see the options.
Original file line number Diff line number Diff line change 1919# -- Project information -----------------------------------------------------
2020
2121project = u'testgres'
22- copyright = u'2016-2018 , Postgres Professional'
22+ copyright = u'2016-2022 , Postgres Professional'
2323author = u'Postgres Professional'
2424
2525# The short X.Y version
3636# Add any Sphinx extension module names here, as strings. They can be
3737# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3838# ones.
39- extensions = ['sphinx.ext.autodoc' , 'sphinxcontrib .napoleon' ]
39+ extensions = ['sphinx.ext.autodoc' , 'sphinx.ext .napoleon' ]
4040
4141# Add any paths that contain templates here, relative to this directory.
4242templates_path = ['_templates' ]
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- # Copyright (c) 2017, Postgres Professional
3+ # Copyright (c) 2017-2022 Postgres Professional
44
55set -eux
66
@@ -22,7 +22,7 @@ export VIRTUAL_ENV_DISABLE_PROMPT=1
2222source $VENV_PATH /bin/activate
2323
2424# install utilities
25- $PIP install coverage flake8 psutil Sphinx sphinxcontrib-napoleon
25+ $PIP install coverage flake8 psutil Sphinx
2626
2727# install testgres' dependencies
2828export PYTHONPATH=$( pwd)
You can’t perform that action at this time.
0 commit comments