Skip to content

Commit

Permalink
Move to providers in main nav (#30)
Browse files Browse the repository at this point in the history
* Redo name from Partners -> Providers in navs

* bump version
  • Loading branch information
nonhermitian authored Apr 12, 2021
1 parent 518d2e2 commit c834f2b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion qiskit_sphinx_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""
from os import path

__version__ = '1.8.2'
__version__ = '1.8.3'
__version_full__ = __version__


Expand Down
4 changes: 2 additions & 2 deletions qiskit_sphinx_theme/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
</li>

<li>
<a href="{{ theme_variables.external_urls['partners'] }}" target="_blank">Qiskit Partners</a>
<a href="{{ theme_variables.external_urls['partners'] }}" target="_blank">Qiskit Providers</a>
</li>

<li>
Expand Down Expand Up @@ -331,7 +331,7 @@
<a href="{{ pathto('tutorials') }}">Tutorials</a>
</li>
<li>
<a href="{{ theme_variables.external_urls['partners'] }}">Qiskit Partners</a>
<a href="{{ theme_variables.external_urls['partners'] }}">Qiskit Providers</a>
</li>
<br>
<li class="resources-mobile-menu-title">
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name = 'qiskit_sphinx_theme',
version = '1.8.2',
version = '1.8.3',
author = 'nonhermitian',
author_email= '[email protected]',
url="https://github.com/Qiskit/qiskit_sphinx_theme",
Expand Down

0 comments on commit c834f2b

Please sign in to comment.