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 ec3353a commit 26ff140
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
13 changes: 7 additions & 6 deletions docs/conf.py
Expand Up @@ -242,9 +242,10 @@
#texinfo_show_urls = 'footnote'

extlinks = {'redmine': ('https://pulp.plan.io/issues/%s', '#'),
'fixedbugs': ('https://pulp.plan.io/projects/pulp_ostree/issues?utf8=%%E2%%9C%%93&'
'set_filter=1&f%%5B%%5D=cf_17&op%%5Bcf_17%%5D=%%3D&v%%5Bcf_17%%5D%%5'
'B%%5D=%s&f%%5B%%5D=tracker_id&op%%5Btracker_id%%5D=%%3D&v%%5Btracke'
'r_id%%5D%%5B%%5D=1&f%%5B%%5D=&c%%5B%%5D=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 ')}
'fixedbugs_pulp_ostree': ('https://pulp.plan.io/projects/pulp_ostree/issues?utf8=%%E2%'
'%9C%%93&set_filter=1&f%%5B%%5D=cf_17&op%%5Bcf_17%%5D=%%3D&v'
'%%5Bcf_17%%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=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 '),}
2 changes: 1 addition & 1 deletion docs/user-guide/release-notes/1.0.x.rst
Expand Up @@ -27,4 +27,4 @@ API Changes
Bugs Fixed
----------

You can see the :fixedbugs:`list of bugs fixed<1.0.0>`.
You can see the :fixedbugs_pulp_ostree:`list of bugs fixed<1.0.0>`.
4 changes: 2 additions & 2 deletions docs/user-guide/release-notes/1.1.x.rst
Expand Up @@ -5,7 +5,7 @@ Pulp OSTree 1.1 Release Notes
Pulp OSTree 1.1.1
=================

You can see the :fixedbugs:`list of bugs fixed<1.1.1>`.
You can see the :fixedbugs_pulp_ostree:`list of bugs fixed<1.1.1>`.


Pulp OSTree 1.1.0
Expand Down Expand Up @@ -37,4 +37,4 @@ API Changes
Bugs Fixed
----------

You can see the :fixedbugs:`list of bugs fixed<1.1.0>`.
You can see the :fixedbugs_pulp_ostree:`list of bugs fixed<1.1.0>`.
4 changes: 2 additions & 2 deletions docs/user-guide/release-notes/1.2.x.rst
Expand Up @@ -31,7 +31,7 @@ API Changes
Bugs Fixed
----------

You can see the :fixedbugs:`list of bugs fixed<1.2.0>`.
You can see the :fixedbugs_pulp_ostree:`list of bugs fixed<1.2.0>`.


Pulp OSTree 1.2.1
Expand All @@ -57,4 +57,4 @@ API Changes
Bugs Fixed
----------

You can see the :fixedbugs:`list of bugs fixed<1.2.1>`.
You can see the :fixedbugs_pulp_ostree:`list of bugs fixed<1.2.1>`.

0 comments on commit 26ff140

Please sign in to comment.