Skip to content

Commit

Permalink
[feat]: updated doc deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Vl-Tershch committed Jun 3, 2024
1 parent b7f54ce commit a5b57e4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ python-docx==1.1.0
typing_extensions==4.9.0
```
## Documentation
The documentation is available at [the link](http://localhost:63342/PythonDM/docs/_build/html/index.html?_ijt=3t7o1rluk70bu9p5h72ba0abis&_ij_reload=RELOAD_ON_SAVE)
The documentation is available at [the link](https://lisa-itmo.github.io/Python-Documents-Modifier/index.html)

## Installation
```git clone https://github.com/LISA-ITMO/Python-Documents-Modifier.git```
Expand Down
7 changes: 2 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,11 @@

import os
import sys
for x in os.walk('/Users/vladtereshch/PycharmProjects/PythonDM/src'):
from os.path import dirname as up
for x in os.walk(up(up(__file__)) + '/src/'):
sys.path.insert(0, x[0])
sys.path.insert(0, os.path.abspath('..'))

site_packages = r'~/PycharmProjects/PythonDM/venv/lib/python3.9/site-packages'
if site_packages not in sys.path:
sys.path.append(site_packages)

project = 'Edulytica-PythonDM'
copyright = '2024, Edulytica Team'
author = 'Edulytica Team'
Expand Down
5 changes: 0 additions & 5 deletions docs_config.py

This file was deleted.

Empty file added src/__init__.py
Empty file.

0 comments on commit a5b57e4

Please sign in to comment.