Skip to content

Commit

Permalink
update pkg_cfg with new sphinx atrr
Browse files Browse the repository at this point in the history
  • Loading branch information
jchopard committed Oct 10, 2019
1 parent 59b7d19 commit ea7ee93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pkglts/config_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,4 +334,7 @@ def upgrade_pkg_cfg_version(pkg_cfg, version):

pkg_cfg['reqs']['require'] = require

if 'sphinx' in pkg_cfg:
pkg_cfg['sphinx']['gallery'] = pkg_cfg['sphinx'].get('gallery', "")

return pkg_cfg

0 comments on commit ea7ee93

Please sign in to comment.