Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit c01b12b

Browse files
committed
Read the docs
appveyor.yml
1 parent 7a25cea commit c01b12b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

File renamed without changes.

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 1.0.{build}
22
image: Visual Studio 2017
33
dotnet_csproj:
44
patch: true
5-
file: '**\*.csproj'
5+
file: './src/JpProject.sln'
66
version: '{version}'
77
package_version: '{version}'
88
before_build:

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
# Add any Sphinx extension module names here, as strings. They can be
3939
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
4040
# ones.
41-
import sphinx_fontawesome
42-
extensions = ['sphinx_fontawesome']
41+
42+
extensions = []
4343

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

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Helping teams and entrepreneurs to achieve the company's primary purpose: Maximi
1616

1717
Liked?
1818

19-
Give a Star :fa:`star`
19+
Give a Star!
2020
----------------------
2121

2222
Do you love it? give us a :yellow:`Star!`

0 commit comments

Comments
 (0)