Skip to content

Commit

Permalink
Added Changelog in website (#2975)
Browse files Browse the repository at this point in the history
* added social media links

* added Changelog to the website and fixed link
  • Loading branch information
Sid911 authored and yashk2000 committed Jan 6, 2020
1 parent 4440cd3 commit 91c92e7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -92,6 +92,7 @@ jobs:
- pip install Sphinx
- pip install git+https://github.com/bashtage/sphinx-material
- pip install m2r
- pip install sphinx-git
script: skip
deploy:
- provider: script
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -86,7 +86,7 @@ We have the following branches
This branch contains automatically generated apk file for testing.

* **gh-pages**
Hosting the landing page [phimp.me](http://phimp.me)
For reference gh-pages branch is hosting the Gihub-Pages link for this Repo at https://fossasia.github.io/phimpme-android/

## Development Setup

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/conf.py
Expand Up @@ -28,7 +28,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 = ['m2r', 'sphinx_material']
extensions = ['m2r', 'sphinx_material',"sphinx_git"]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down
4 changes: 4 additions & 0 deletions docs/sources/index.rst
Expand Up @@ -5,6 +5,10 @@
.. mdinclude:: ../../README.md

Change Log (Commits)
=======
.. git_changelog::

.. toctree::
:maxdepth: 2
:caption: Contents:

0 comments on commit 91c92e7

Please sign in to comment.