Skip to content

Commit 91c92e7

Browse files
Sid911yashk2000
authored andcommitted
Added Changelog in website (#2975)
* added social media links * added Changelog to the website and fixed link
1 parent 4440cd3 commit 91c92e7

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
- pip install Sphinx
9393
- pip install git+https://github.com/bashtage/sphinx-material
9494
- pip install m2r
95+
- pip install sphinx-git
9596
script: skip
9697
deploy:
9798
- provider: script

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ We have the following branches
8686
This branch contains automatically generated apk file for testing.
8787

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

9191
## Development Setup
9292

docs/sources/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# Add any Sphinx extension module names here, as strings. They can be
2929
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3030
# ones.
31-
extensions = ['m2r', 'sphinx_material']
31+
extensions = ['m2r', 'sphinx_material',"sphinx_git"]
3232

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

docs/sources/index.rst

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
66
.. mdinclude:: ../../README.md
77

8+
Change Log (Commits)
9+
=======
10+
.. git_changelog::
11+
812
.. toctree::
913
:maxdepth: 2
1014
:caption: Contents:

0 commit comments

Comments
 (0)