diff --git a/docs/_templates/custom-template.html b/docs/_templates/custom-template.html index aaf11cec2..607d577f9 100644 --- a/docs/_templates/custom-template.html +++ b/docs/_templates/custom-template.html @@ -1,6 +1,6 @@ \ No newline at end of file diff --git a/docs/changelog.rst b/docs/changelog.rst index c82c5b5bb..2395521fd 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,4 +2,4 @@ Changelog ********* -See the `GitHub Releases `_ for the changelog of each release. +See the `GitHub Releases `_ for the changelog of each release. diff --git a/docs/conf.py b/docs/conf.py index e9bceff67..f701a99f5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -66,7 +66,7 @@ "external_links": [ {"url": "https://pandas.pydata.org/pandas-docs/stable/", "name": "Pandas Docs"} ], - "github_url": "https://github.com/pandas-dev/pydata-sphinx-theme", + "github_url": "https://github.com/pydata/pydata-sphinx-theme", "twitter_url": "https://twitter.com/pandas_dev", "icon_links": [ { diff --git a/docs/contributing.rst b/docs/contributing.rst index adcc2dfb1..2bd241b5f 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -325,4 +325,4 @@ Make a release ============== This theme uses GitHub tags and releases to automatically push new releases to -PyPI. For information on this process, see `the release checklist `_. +PyPI. For information on this process, see `the release checklist `_. diff --git a/docs/user_guide/customizing.rst b/docs/user_guide/customizing.rst index c2cad1f6b..e9e9158f0 100644 --- a/docs/user_guide/customizing.rst +++ b/docs/user_guide/customizing.rst @@ -97,5 +97,5 @@ often paired together, can be replaced (or removed altogether) by: {% endblock %} -.. _pydata-css-variables: https://github.com/pandas-dev/pydata-sphinx-theme/blob/master/pydata_sphinx_theme/static/css/theme.css +.. _pydata-css-variables: https://github.com/pydata/pydata-sphinx-theme/blob/master/pydata_sphinx_theme/static/css/theme.css .. _css-variable-help: https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties \ No newline at end of file diff --git a/docs/user_guide/install.rst b/docs/user_guide/install.rst index f0bc617ff..69cc13642 100644 --- a/docs/user_guide/install.rst +++ b/docs/user_guide/install.rst @@ -25,11 +25,11 @@ install it from the git repo: .. code:: console - $ pip install git+https://github.com/pandas-dev/pydata-sphinx-theme.git@master + $ pip install git+https://github.com/pydata/pydata-sphinx-theme.git@master or in a conda environment yml file, you can add: .. code:: none - pip: - - git+https://github.com/pandas-dev/pydata-sphinx-theme.git@master + - git+https://github.com/pydata/pydata-sphinx-theme.git@master diff --git a/package.json b/package.json index 45e27bb7b..b35dfbfef 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "pydata_sphinx_theme", "version": "0.0.1", "main": "js/index.js", - "repository": "https://github.com/pandas-dev/pydata-sphinx-theme", + "repository": "https://github.com/pydata/pydata-sphinx-theme", "scripts": { "start": "yarn build:dev", "build": "yarn build:production", diff --git a/setup.py b/setup.py index 2e45c2c58..d490e5f3a 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ def find_version(*file_paths): description="Bootstrap-based Sphinx theme from the PyData community", long_description=long_description, long_description_content_type="text/markdown", - url="https://github.com/pandas-dev/pydata-sphinx-theme", + url="https://github.com/pydata/pydata-sphinx-theme", license="BSD", maintainer="Joris Van den Bossche", maintainer_email="jorisvandenbossche@gmail.com", diff --git a/tests/test_build.py b/tests/test_build.py index 211424439..e6a4bea7d 100644 --- a/tests/test_build.py +++ b/tests/test_build.py @@ -148,7 +148,7 @@ def test_navbar_align_right(sphinx_build_factory): def test_navbar_no_in_page_headers(sphinx_build_factory, file_regression): - # https://github.com/pandas-dev/pydata-sphinx-theme/issues/302 + # https://github.com/pydata/pydata-sphinx-theme/issues/302 sphinx_build = sphinx_build_factory("test_navbar_no_in_page_headers").build() index_html = sphinx_build.html_tree("index.html")