Skip to content

Commit

Permalink
Modify directive name to generate docs correctly using platfrom config
Browse files Browse the repository at this point in the history
  • Loading branch information
goosemania committed Feb 18, 2017
1 parent 23c3edb commit 3fe4dc8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions docs/conf.py
Expand Up @@ -242,10 +242,10 @@
#texinfo_show_urls = 'footnote'

extlinks = {'redmine': ('https://pulp.plan.io/issues/%s', '#'),
'fixedbugs': ('https://pulp.plan.io/projects/pulp_puppet/issues?utf8=%%E2%%9C%%93&set'
'_filter=1&f%%5B%%5D=cf_4&op%%5Bcf_4%%5D=%%3D&v%%5Bcf_4%%5D%%5B%%5D=%s&'
'f%%5B%%5D=tracker_id&op%%5Btracker_id%%5D=%%3D&v%%5Btracker_id%%5D%%5B'
'%%5D=1&f%%5B%%5D=&c%%5B%%5D=tracker&c%%5B%%5D=status&c%%5B%%5D=priorit'
'y&c%%5B%%5D=cf_5&c%%5B%%5D=subject&c%%5B%%5D=author&c%%5B%%5D=assigned'
'_to&c%%5B%%5D=cf_3&group_by=', 'bugs fixed in ')}

'fixedbugs_pulp_puppet': ('https://pulp.plan.io/projects/pulp_puppet/issues?utf8=%%E2%'
'%9C%%93&set_filter=1&f%%5B%%5D=cf_4&op%%5Bcf_4%%5D=%%3D&v%%'
'5Bcf_4%%5D%%5B%%5D=%s&f%%5B%%5D=tracker_id&op%%5Btracker_id'
'%%5D=%%3D&v%%5Btracker_id%%5D%%5B%%5D=1&f%%5B%%5D=&c%%5B%%5'
'D=tracker&c%%5B%%5D=status&c%%5B%%5D=priority&c%%5B%%5D=cf_'
'5&c%%5B%%5D=subject&c%%5B%%5D=author&c%%5B%%5D=assigned_to&'
'c%%5B%%5D=cf_3&group_by=', 'bugs fixed in '),}
4 changes: 2 additions & 2 deletions docs/user-guide/release-notes/2.6.x.rst
Expand Up @@ -5,9 +5,9 @@ Pulp 2.6 Release Notes
Pulp 2.6.1
==========

List of :fixedbugs:`2.6.1`.
List of :fixedbugs_pulp_puppet:`2.6.1`.

Pulp 2.6.0
==========

You can see the :fixedbugs:`2.6.0`.
You can see the :fixedbugs_pulp_puppet:`2.6.0`.
2 changes: 1 addition & 1 deletion docs/user-guide/release-notes/2.7.x.rst
Expand Up @@ -21,4 +21,4 @@ API Changes
Bugs Fixed
----------

You can see the :fixedbugs:`list of bugs fixed<2.7.0>`.
You can see the :fixedbugs_pulp_puppet:`list of bugs fixed<2.7.0>`.
6 changes: 3 additions & 3 deletions docs/user-guide/release-notes/2.8.x.rst
Expand Up @@ -8,7 +8,7 @@ Pulp Puppet 2.8.5
Bug Fixes
---------

See the list of :fixedbugs:`2.8.5`
See the list of :fixedbugs_pulp_puppet:`2.8.5`

Pulp Puppet 2.8.4
=================
Expand Down Expand Up @@ -36,7 +36,7 @@ Pulp Puppet 2.8.1
Bug Fixes
---------

See the list of :fixedbugs:`2.8.1`
See the list of :fixedbugs_pulp_puppet:`2.8.1`


Pulp Puppet 2.8.0
Expand All @@ -63,4 +63,4 @@ New Features
Bugs Fixed
----------

You can see the :fixedbugs:`list of bugs fixed<2.8.0>`.
You can see the :fixedbugs_pulp_puppet:`list of bugs fixed<2.8.0>`.

0 comments on commit 3fe4dc8

Please sign in to comment.