diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..b2df832 Binary files /dev/null and b/.DS_Store differ diff --git a/docs/Makefile b/Makefile similarity index 100% rename from docs/Makefile rename to Makefile diff --git a/docs/conf.py b/conf.py similarity index 91% rename from docs/conf.py rename to conf.py index c299421..3204b42 100644 --- a/docs/conf.py +++ b/conf.py @@ -18,11 +18,11 @@ # -- Project information ----------------------------------------------------- project = 'Social Service Client' -copyright = '2022, Massimiliano Assante' -author = 'Massimiliano Assante' +copyright = '2022, stocazzo' +author = 'stocazzo' # The full version, including alpha/beta/rc tags -release = '1.0.0' +release = '1' # -- General configuration --------------------------------------------------- @@ -30,7 +30,8 @@ release = '1.0.0' # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -extensions = [] +extensions = [ +] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] @@ -46,7 +47,7 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'sphinx_rtd_theme' +html_theme = 'alabaster' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, diff --git a/docs/index.rst b/index.rst similarity index 89% rename from docs/index.rst rename to index.rst index e149c00..ffd9a09 100644 --- a/docs/index.rst +++ b/index.rst @@ -1,5 +1,5 @@ .. Social Service Client documentation master file, created by - sphinx-quickstart on Wed Apr 13 11:17:13 2022. + sphinx-quickstart on Wed Apr 13 12:01:05 2022. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. diff --git a/docs/make.bat b/make.bat similarity index 100% rename from docs/make.bat rename to make.bat