Skip to content

Commit

Permalink
minor tech doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
jmp75 committed Aug 4, 2023
1 parent 1e683b4 commit fe80f94
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/tech_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ poetry version 1.2.1
pytest tests/
```

poetry config repositories.test-pypi https://test.pypi.org/legacy/

```sh
poetry config repositories.test-pypi https://upload.pypi.org/legacy/
```

## Code - deprecated

Expand Down Expand Up @@ -129,4 +129,3 @@ Can view with the `retext` program (did not find VScode RST extensions working,
```sh
python setup.py check --restructuredtext
```

0 comments on commit fe80f94

Please sign in to comment.