We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79993f6 commit 2e24232Copy full SHA for 2e24232
.readthedocs.yaml
@@ -0,0 +1,12 @@
1
+version: 2
2
+
3
+sphinx:
4
+ configuration: docs/source/conf.py
5
6
+formats:
7
+ - pdf
8
9
+python:
10
+ version: 3.7
11
+ install:
12
+ - requirements: docs/requirements.txt
setup.cfg
@@ -28,6 +28,7 @@ classifiers =
28
Intended Audience :: Education
29
Intended Audience :: Information Technology
30
Intended Audience :: Science/Research
31
+ Typing :: Typed
32
license = GPLv3
33
license_file = LICENSE
34
description = An algorithm that computes modular nested exponentiation efficiently.
0 commit comments