diff --git a/.gitattributes b/.gitattributes index 4330127..5b37b6e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ .* export-ignore doc export-ignore +*.py export-ignore mkdocs.yml export-ignore diff --git a/doc/generate_docs.py b/generate_docs.py similarity index 99% rename from doc/generate_docs.py rename to generate_docs.py index ab40f44..d0fbe38 100644 --- a/doc/generate_docs.py +++ b/generate_docs.py @@ -169,7 +169,7 @@ if __name__ == '__main__': elements = fetch_elements() print('Done.') - with open('elements.md', 'w') as f: + with open('doc/elements.md', 'w') as f: f.write('# Auto-generated elements list\n\n') f.write('This is probably broken.') for element_name, variants in elements.items():