Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation Building Fix #480

Closed
wants to merge 10 commits into from

Conversation

MostlyKIGuess
Copy link
Member

  • Perhaps It might fix doc error.

@MostlyKIGuess
Copy link
Member Author

  • Drafted the previous PR because it might be the errors are related just to my arch system. and Enum wasn't getting detected, if this builds, those errors can be ignored.

- Replaced deprecated `gdk_error_trap_push` with `gdk_x11_display_error_trap_push`.
- Replaced deprecated `gdk_flush` with `gdk_display_flush`.
- Replaced deprecated `gdk_error_trap_pop` with `gdk_x11_display_error_trap_pop`.
- Removed unused variable `key` to clean up the code.
- Ensured compatibility with the latest GDK/GTK versions.
- Updated `make-doc.sh` to ensure correct paths for Sphinx documentation generation.
- Ensured `sphinx-apidoc` generates documentation from the correct source directory.
- Added `make -C doc html` to build the HTML documentation in the correct directory.
@MostlyKIGuess MostlyKIGuess marked this pull request as draft January 20, 2025 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant