Skip to content

Commit

Permalink
feat(conf): ckan branches;
Browse files Browse the repository at this point in the history
- Changed canada to master.
- Changed recombinant to master.
  • Loading branch information
JVickery-TBS committed Jan 8, 2025
1 parent 919df74 commit 40f1e49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def escape(cls, s):
'ckan': {
'https://github.com/open-data/ckan.git' : 'canada-v2.10',
'https://github.com/ckan/ckanapi.git' : 'master',
'https://github.com/open-data/ckanext-canada.git' : 'canada-v2.10',
'https://github.com/open-data/ckanext-canada.git' : 'master',
'https://github.com/open-data/ckanext-cloudstorage.git' : 'canada-v2.10',
'https://github.com/open-data/ckanext-csrf-filter.git' : 'canada-py3', # MARK: discontinued
'https://github.com/open-data/ckanext-dcat.git' : 'canada-v2.10',
Expand All @@ -48,7 +48,7 @@ def escape(cls, s):
'https://github.com/open-data/ckanext-gcnotify.git' : 'master',
'https://github.com/open-data/ckanext-openapiview.git' : 'main',
'https://github.com/open-data/ckanext-power-bi.git' : 'main',
'https://github.com/open-data/ckanext-recombinant.git' : 'canada-v2.10',
'https://github.com/open-data/ckanext-recombinant.git' : 'master',
'https://github.com/ckan/ckanext-scheming.git' : 'master',
'https://github.com/open-data/ckanext-security.git' : 'canada-v2.10',
'https://github.com/open-data/ckanext-validation.git' : 'canada-v2.10',
Expand Down

0 comments on commit 40f1e49

Please sign in to comment.