diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..84d8ab6 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,8 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.12" +mkdocs: + configuration: mkdocs.yml \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 0000000..f50ce07 --- /dev/null +++ b/mkdocs.yml @@ -0,0 +1,3 @@ +site_name: QrCode Library +repo_url: https://github.com/2amigos/qrcode-library +edit_uri: docs/master/