diff --git a/Makefile b/Makefile
index ae35dee6..018c4229 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,8 @@ clean-install:
html:
rm -rf docsrc/build
+ rm -rf docs/*
+ touch docs/.nojekyll
$(SPHINXBUILD) -M html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
cp -a docsrc/build/html/. docs
diff --git a/docs/_sources/troubleshooting.rst.txt b/docs/_sources/troubleshooting.rst.txt
deleted file mode 100644
index ab682119..00000000
--- a/docs/_sources/troubleshooting.rst.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-Troubleshooting
-###############
-
-
-Administrator
-~~~~~~~~~~~~~
-
-
-`JSON.parse: unexpected character at line 1 column 1 of the JSON data`
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-On the **Network Tab**, if the requests are made to `http://localhost:3000/undefined/api`, that means the environnement variable **REACT_APP_API_URL** is not initialized.
-Check if **Makefile.custom.config** file exists and **REACT_APP_API_URL** is correctly initialized (see [example](https://github.com/SamR1/FitTrackee/blob/master/Makefile.custom.config.example)), and rebuild the client.
diff --git a/docs/troubleshooting.html b/docs/troubleshooting.html
deleted file mode 100644
index 980fa245..00000000
--- a/docs/troubleshooting.html
+++ /dev/null
@@ -1,158 +0,0 @@
-
-
-
-
-
- Troubleshooting — FitTrackee 0.2.1-beta documentation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Troubleshooting
-
-
Administrator
-
-
JSON.parse: unexpected character at line 1 column 1 of the JSON data
-
On the Network Tab , if the requests are made to http://localhost:3000/undefined/api , that means the environnement variable REACT_APP_API_URL is not initialized.
-Check if Makefile.custom.config file exists and REACT_APP_API_URL is correctly initialized (see [example](https://github.com/SamR1/FitTrackee/blob/master/Makefile.custom.config.example )), and rebuild the client.
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file