Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify directive name to generate docs correctly using platfrom config #251

Merged
merged 1 commit into from Feb 20, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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>`.