Skip to content

Commit

Permalink
Up makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Nov 25, 2023
1 parent ae3088b commit 03acdbe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -118,16 +118,16 @@
"filename": "Makefile",
"hashed_secret": "ee783f2421477b5483c23f47eca1f69a1f2bf4fb",
"is_verified": true,
"line_number": 39
"line_number": 44
},
{
"type": "Secret Keyword",
"filename": "Makefile",
"hashed_secret": "1457a35245051927fac6fa556074300f4162ed66",
"is_verified": true,
"line_number": 42
"line_number": 47
}
]
},
"generated_at": "2023-11-24T22:05:33Z"
"generated_at": "2023-11-25T00:02:19Z"
}
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ build_docs:
source $(VENV) && sphinx-build -n -a -b html docs builddocs
cd builddocs && zip -r ../builddocs.zip . -x ".*" && cd ..

rebuild_docs:
source $(VENV) && sphinx-apidoc fake.py --full -o docs -H 'fake.py' -A 'Artur Barseghyan <artur.barseghyan@gmail.com>' -f -d 20
cp docs/conf.py.distrib docs/conf.py
cp docs/index.rst.distrib docs/index.rst

# Format code using Black
black:
source $(VENV) && black .
Expand Down

0 comments on commit 03acdbe

Please sign in to comment.