docs : Add sphinx for handling documentation
Edit gitignore by ignoring the docs/build directory Add sphinx dependencies to pyproject Add docs folder
This commit is contained in:
18
docs/source/index.rst
Normal file
18
docs/source/index.rst
Normal file
@@ -0,0 +1,18 @@
|
||||
.. unisync documentation master file, created by
|
||||
sphinx-quickstart on Sun Jan 4 15:02:58 2026.
|
||||
You can adapt this file completely to your liking, but it should at least
|
||||
contain the root `toctree` directive.
|
||||
|
||||
Documentation for unisync
|
||||
=========================
|
||||
|
||||
Unisync is a data synchronising tool built around `unison`_
|
||||
|
||||
.. _unison: https://github.com/bcpierce00/unison
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Contents:
|
||||
|
||||
modules
|
||||
|
||||
Reference in New Issue
Block a user