Skip to content

Commit

Permalink
attempted merge of conflicts in PR.
Browse files Browse the repository at this point in the history
# Conflicts:
#	documentation/conf.py
#	documentation/documentation.rst
#	documentation/errors Quintijn.txt
#	documentation/modules.rst
  • Loading branch information
dougransom committed Aug 31, 2024
1 parent cc8b693 commit 170e2ea
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 410 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ MacroSystem/*_vcl.py
src/dist/
dist

# git extensions
*.orig
#tests


Expand Down
1 change: 1 addition & 0 deletions documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def __getattr__(cls, name):
'vocoladirectory',
'unimacrodirectory',
'unimacrogrammarsdirectory',
'unimacro.spokenforms',
}
for module_name in mock_modules:
sys.modules[module_name] = Mock()
Expand Down
1 change: 0 additions & 1 deletion documentation/documentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Then run the following command on Windows to build the documentation:
$ ./make html
If there were no errors during the build process, open the
*_build/html/index.html* file in a web browser. Make changes, rebuild the
documentation and reload the doc page(s) in your browser as you go.
Expand Down
Loading

0 comments on commit 170e2ea

Please sign in to comment.