File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Installation
17
17
18
18
::
19
19
20
- pip install git+https://github.com/humitos /sphinx-hoverxref@master
20
+ pip install git+https://github.com/readthedocs /sphinx-hoverxref@master
21
21
22
22
23
23
Configuration
@@ -46,6 +46,6 @@ Check out the full documentation at https://sphinx-hoverxref.readthedocs.io/
46
46
.. |Docs badge | image :: https://readthedocs.org/projects/sphinx-hoverxref/badge/?version=latest
47
47
:target: https://sphinx-hoverxref.readthedocs.io/en/latest/?badge=latest
48
48
:alt: Documentation status
49
- .. |License | image :: https://img.shields.io/github/license/humitos /sphinx-hoverxref.svg
49
+ .. |License | image :: https://img.shields.io/github/license/readthedocs /sphinx-hoverxref.svg
50
50
:target: LICENSE
51
51
:alt: Repository license
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Online documentation:
7
7
https://sphinx-hoverxref.readthedocs.io/
8
8
9
9
Source code repository (and issue tracker):
10
- https://github.com/humitos /sphinx-hoverxref/
10
+ https://github.com/readthedocs /sphinx-hoverxref/
11
11
12
12
Badges:
13
13
|Docs badge | |License |
@@ -57,6 +57,6 @@ This will :hoverxref:`show a tooltip <hoverxref:hoverxref>` in the linked words.
57
57
.. |Docs badge | image :: https://readthedocs.org/projects/sphinx-hoverxref/badge/?version=latest
58
58
:target: https://sphinx-hoverxref.readthedocs.io/en/latest/?badge=latest
59
59
:alt: Documentation status
60
- .. |License | image :: https://img.shields.io/github/license/humitos /sphinx-hoverxref.svg
60
+ .. |License | image :: https://img.shields.io/github/license/readthedocs /sphinx-hoverxref.svg
61
61
:target: LICENSE
62
62
:alt: Repository license
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Install the package
15
15
16
16
.. prompt :: bash
17
17
18
- pip install git+https://github.com/humitos /sphinx-hoverxref@master
18
+ pip install git+https://github.com/readthedocs /sphinx-hoverxref@master
19
19
20
20
21
21
Once we have the package installed,
Original file line number Diff line number Diff line change 11
11
author = 'Manuel Kaufmann' ,
12
12
13
13
description = 'Sphinx extension to embed content in a tooltip on xref hover' ,
14
- url = 'https://github.com/humitos /sphinx-hoverxref' ,
14
+ url = 'https://github.com/readthedocs /sphinx-hoverxref' ,
15
15
license = 'MIT' ,
16
16
packages = setuptools .find_packages (),
17
17
long_description = long_description ,
You can’t perform that action at this time.
0 commit comments