Skip to content

Commit

Permalink
Merge pull request #16 from mlehujeur/main
Browse files Browse the repository at this point in the history
Pages documentation 1/2
  • Loading branch information
pierricmora authored Dec 21, 2023
2 parents 9edecbc + d1f1c88 commit 3676d72
Show file tree
Hide file tree
Showing 29 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ coverage.xml
.hypothesis/

# Sphinx documentation
docs/_build/
# Ignore the html pages only in the main branch, TODO: un-ignore in the pages branch
/docs/

# PyBuilder
target/
Expand All @@ -74,3 +75,4 @@ target/

.code-workspace
/examples/protonerrors.log

1 change: 0 additions & 1 deletion docs/ElastodynamiCSx.html

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def finalize_options(self):
def run(self):
"""The command to run when users invoke python setup.py doc"""
subprocess.run(
['sphinx-build docs/ docs/_build'], shell=True)
['sphinx-build docsrc docs'], shell=True)


setuptools.setup(
Expand Down

0 comments on commit 3676d72

Please sign in to comment.