Skip to content

Commit

Permalink
Fixing doc and travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ValekoZ committed Sep 27, 2020
1 parent 0307de1 commit 4dacc46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ deploy:
secure: 3hHPzrdM4FolUnNUINTSUIr5E8OrwLGBtHdwC25JrdjMUqU/orFazkwGM/MP9fGZT3xnt/4kqmDP3wzSgCYvX+MyWFda73WtS3l08i62FH0jvRZ02zUkXBnFp7zu4dgF70XRHcqswTliw1Pjppdj3T/9lE2G/E3FpENtBx+ItixG4TGU7rdnUeRRUumP06lrwnq6kAjd6wVajnFnDkKbS8zkL/yDD7gkjbt+9rXPRb+3kYyGKAJ3WlK2JfEUTutrGnEXMZs4MyNre4gYym+kARfeHsSy8uHcAXWLhlMTBEdgR/xmIZ78D0Uum2mQ6EAH09JjrkB1yUsVynYuMRqJH2vLZcM5C5r1P1FHcvWtOUTN3LkLHQuyt+wJs9csz6ZOaiuEEgKLItQw+GE5WyXai3dzDV5LzjdFsnyOjqUfEdOy3NW1mz7xPDmp+WxBdQtB+/t+bHRUCHgUB2MH050udullDsjj80lFxFDq0FzubR/eTti5J0ofvGM3u5Rj8pzry3Y6i4EU8qzzXlLbXJ3onDGcb7mtJ6n/rD21YgkM4zZWNuAwzjV+cH6F9GN2u6LB9fKTtTJF6H/zusb3LutmjXoROpHoQX81ZNEoXWwfmsD3NuU2WkKmvlRckwAGlEoR0qinHEaiaHrUXAZ4OJHM630P5aaDLm4QyCKJjlJbb48=
on:
tags: true
repo: github/Any0ne22/rofipaste
repo: Any0ne22/rofipaste
python: 3.8
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode']
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', "sphinx_rtd_theme"]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down

0 comments on commit 4dacc46

Please sign in to comment.