Skip to content

Conversation

awaismirza92
Copy link
Collaborator

  1. Fixes Unknown environment: insiders error which occurs during 'Deploy MkDocs documentation' workflow. The error originates from the removal of pyproject.toml as part of PR Bumped version to 0.21.0 #500. This file defines the hatch environment (named insiders) needed to build the docs.
  2. Replace unused version key with unused dynamic key. One of them needs to be defined.
  3. Add site directory to .gitignore.

@awaismirza92 awaismirza92 self-assigned this Sep 15, 2025
@awaismirza92 awaismirza92 marked this pull request as ready for review September 15, 2025 08:55
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Re-adds pyproject.toml file to fix the "Unknown environment: insiders" error that broke the MkDocs documentation deployment workflow, caused by the file's removal in PR #500. This file defines the hatch environments needed for documentation building.

  • Re-added pyproject.toml with hatch environment configurations for default and insiders environments
  • Replaced unused version key with dynamic key to comply with packaging specifications
  • Added MkDocs dependencies for both environments with insiders using a private repository

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@liuzicheng1987
Copy link
Contributor

Thanks @awaismirza92 !

@liuzicheng1987 liuzicheng1987 merged commit 6f27b8a into main Sep 15, 2025
293 checks passed
@liuzicheng1987 liuzicheng1987 deleted the f/mkdocs branch September 15, 2025 12:17
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.

2 participants