File tree 4 files changed +7
-2
lines changed
4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 92
92
- pip install Sphinx
93
93
- pip install git+https://github.com/bashtage/sphinx-material
94
94
- pip install m2r
95
+ - pip install sphinx-git
95
96
script : skip
96
97
deploy :
97
98
- provider : script
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ We have the following branches
86
86
This branch contains automatically generated apk file for testing.
87
87
88
88
* ** 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/
90
90
91
91
## Development Setup
92
92
Original file line number Diff line number Diff line change 28
28
# Add any Sphinx extension module names here, as strings. They can be
29
29
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
30
30
# ones.
31
- extensions = ['m2r' , 'sphinx_material' ]
31
+ extensions = ['m2r' , 'sphinx_material' , "sphinx_git" ]
32
32
33
33
# Add any paths that contain templates here, relative to this directory.
34
34
templates_path = ['_templates' ]
Original file line number Diff line number Diff line change 5
5
6
6
.. mdinclude :: ../../README.md
7
7
8
+ Change Log (Commits)
9
+ =======
10
+ .. git_changelog ::
11
+
8
12
.. toctree ::
9
13
:maxdepth: 2
10
14
:caption: Contents:
You can’t perform that action at this time.
0 commit comments