Skip to content

Commit

Permalink
Refactor: Renamed docs project slug from crypto-swap to swap.
Browse files Browse the repository at this point in the history
  • Loading branch information
meherett committed Oct 23, 2020
1 parent e2f2df8 commit ac341d8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[![Build Status](https://travis-ci.org/meherett/swap.svg?branch=master)](https://travis-ci.org/meherett/swap?branch=master)
[![PyPI Version](https://img.shields.io/pypi/v/swap.svg?color=blue)](https://pypi.org/project/swap)
[![Documentation Status](https://readthedocs.org/projects/crypto-swap/badge/?version=latest)](https://crypto-swap.readthedocs.io/en/latest/?badge=latest)
[![Documentation Status](https://readthedocs.org/projects/swap/badge/?version=latest)](https://swap.readthedocs.io/en/latest/?badge=latest)
[![PyPI Python Version](https://img.shields.io/pypi/pyversions/swap.svg)](https://pypi.org/project/swap)
[![Coverage Status](https://coveralls.io/repos/github/meherett/swap/badge.svg?branch=master&kill_cache=1)](https://coveralls.io/github/meherett/swap?branch=master)

Expand Down Expand Up @@ -102,7 +102,7 @@ secure than ever. Cross chain transactions are the next step in the evolution of
adoption. The easier it becomes to unite the hundreds of blockchain's that currently exist in
silos, the faster the technology as a whole can begin to scale and achieve mass adoption.

[Documentation](https://crypto-swap.readthedocs.io)
[Documentation](https://swap.readthedocs.io)

## Installation

Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@
# a list of builtin themes.
html_theme = "sphinx_rtd_theme"
# Product logo name
# html_logo = "swap.svg"
html_logo = "static/png/swap.png"
# Theme options
html_theme_options = {
# "canonical_url": "",
# "analytics_id": "UA-XXXXXXX-1", # Provided by Google in your dashboard
# "logo_only": False,
"logo_only": True,
"display_version": True,
# "prev_next_buttons_location": "bottom",
# "style_external_links": False,
Expand All @@ -88,4 +88,4 @@

# Sphinx docs setup.
def setup(sphinx):
sphinx.add_css_file("css/shuttle.css")
sphinx.add_css_file("css/swap.css")
File renamed without changes.
Binary file added docs/static/png/swap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ac341d8

Please sign in to comment.