Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
84c0b76
Merge pull request #662 from BindsNET/master
Hananel-Hazan Nov 15, 2023
75436c2
poetry update
Hananel-Hazan Sep 18, 2023
1dd6091
poetry
Hananel-Hazan Oct 23, 2023
99cf4bb
poetry update
Hananel-Hazan Oct 25, 2023
10bba9d
poetry update
Hananel-Hazan Nov 15, 2023
93864cb
update
Hananel-Hazan Nov 15, 2023
9279c0f
read the doc config change
Hananel-Hazan Nov 15, 2023
4e10b86
read the doc config change
Hananel-Hazan Nov 15, 2023
23726ff
read the doc config change
Hananel-Hazan Nov 15, 2023
161dff1
read the doc config change
Hananel-Hazan Nov 15, 2023
30def2d
read the doc config change
Hananel-Hazan Nov 15, 2023
9d12c05
Update .readthedocs.yaml with pip install method
Hananel-Hazan Nov 15, 2023
9be32b8
Commented out pip install for another/package in
Hananel-Hazan Nov 15, 2023
f79e379
Update .readthedocs.yaml with new pip package
Hananel-Hazan Nov 15, 2023
325d90b
Fix pip installation in .readthedocs.yaml
Hananel-Hazan Nov 15, 2023
803cf4f
Refactored code to improve performance and
Hananel-Hazan Nov 15, 2023
2830e4c
Fix Python version formatting in .readthedocs.yaml
Hananel-Hazan Nov 15, 2023
d9d3f1d
Update Python version to 3.10 in .readthedocs.yaml
Hananel-Hazan Nov 15, 2023
fdfeda6
Update pip install path for documentation
Hananel-Hazan Nov 15, 2023
89bcdb6
Fix pip install path in .readthedocs.yaml
Hananel-Hazan Nov 15, 2023
63170ba
Update user authentication logic to use bcrypt
Hananel-Hazan Nov 15, 2023
9f77fdb
Update user authentication process
Hananel-Hazan Nov 15, 2023
196b2f9
Fix dependency installation in .readthedocs.yaml
Hananel-Hazan Nov 15, 2023
c52323d
Update user authentication process
Hananel-Hazan Nov 15, 2023
d1c7c8f
Update requirements.txt file
Hananel-Hazan Nov 15, 2023
3431176
Update Python version to 3.11 and add dynamic
Hananel-Hazan Nov 15, 2023
7e7228a
Update Python version to 3.10 in .readthedocs.yaml
Hananel-Hazan Nov 15, 2023
3320d32
Update Python version and requirements file path.
Hananel-Hazan Nov 15, 2023
6d55a2e
Update requirements file for Read the Docs build
Hananel-Hazan Nov 15, 2023
7f9c4c8
Refactor code for improved readability and
Hananel-Hazan Nov 15, 2023
87301d6
Update Sphinx configuration path in
Hananel-Hazan Nov 15, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Refactored code to improve performance and
readability.
  • Loading branch information
Hananel-Hazan committed Nov 15, 2023
commit 803cf4fae2c603c517501b4f8fa6862c509cb520
1 change: 1 addition & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ formats:
# We recommend specifying your dependencies to enable reproducible builds:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
version: '3.10'
install:
- requirements: docs/requirements.txt
- method: pip
Expand Down